aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2020-07-07 20:24:04 +0100
committerGravatar GitHub <[email protected]>2020-07-07 20:24:04 +0100
commit8f36817fb4a8c995e92986db3199763b7110aa9e (patch)
tree8af0a04157a1cd8f381436b04e40a521c3934e66 /Dockerfile
parentAllow owners, admins, and mods roles to be pinged (diff)
Add git to Docker image
Diffstat (limited to 'Dockerfile')
-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