diff options
author | 2020-07-07 20:24:04 +0100 | |
---|---|---|
committer | 2020-07-07 20:24:04 +0100 | |
commit | 8f36817fb4a8c995e92986db3199763b7110aa9e (patch) | |
tree | 8af0a04157a1cd8f381436b04e40a521c3934e66 /Dockerfile | |
parent | Allow owners, admins, and mods roles to be pinged (diff) |
Add git to Docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
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 |