aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-07-22 12:38:52 -0700
committerGravatar GitHub <[email protected]>2020-07-22 12:38:52 -0700
commitcd50c7f8f1ad4c68b2e941d636f4c411d1fb8a44 (patch)
tree199ff60aa57ff3c7eb9269621606afabd3193850 /Dockerfile
parentJam Tests: space out lines for readability (diff)
parentUse max_units for time since join in user command instead of precision (diff)
Merge branch 'master' into jam-test
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 06a538b2a..0b1674e7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,11 @@ ENV PIP_NO_CACHE_DIR=false \
PIPENV_IGNORE_VIRTUALENVS=1 \
PIPENV_NOSPIN=1
+RUN apt-get -y update \
+ && apt-get install -y \
+ git \
+ && rm -rf /var/lib/apt/lists/*
+
# Install pipenv
RUN pip install -U pipenv