aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 06a538b2a..c51b9dff6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,9 @@ ENV PIP_NO_CACHE_DIR=false \
PIPENV_HIDE_EMOJIS=1 \
PIPENV_IGNORE_VIRTUALENVS=1 \
PIPENV_NOSPIN=1
+
+RUN apt-get update
+RUN apt-get install -y git
# Install pipenv
RUN pip install -U pipenv