diff options
author | 2020-12-21 17:48:33 +0000 | |
---|---|---|
committer | 2020-12-21 17:48:33 +0000 | |
commit | 5a84ac84aaf714c826d6fc1cd519d78530fe5cf0 (patch) | |
tree | 13217e83060f64005757b7cd10976e643032d4c5 | |
parent | Version bump (diff) |
Add git to production image
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |