aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-07-08 15:54:20 +0200
committerGravatar kwzrd <[email protected]>2020-07-08 15:54:20 +0200
commit906f9d134818e37dcc12c36d44cd3d40f238f05e (patch)
treec52d2be6200b808acd2b76f770719b0af5b626b6 /Dockerfile
parentIncidents: archive incident attachments (diff)
parentRe-lock Pipfile (diff)
Merge 'master' into 'kwzrd/incidents'; resolve mod pkg init conflict
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