aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-21 17:48:33 +0000
committerGravatar Joe Banks <[email protected]>2020-12-21 17:48:33 +0000
commit5a84ac84aaf714c826d6fc1cd519d78530fe5cf0 (patch)
tree13217e83060f64005757b7cd10976e643032d4c5
parentVersion bump (diff)
Add git to production image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e9c4688..de3b52e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM python:slim
RUN apt update
-RUN apt install -y gcc
+RUN apt install -y gcc git
ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \