Parcourir la source

proxy-image needs git to get the build hash.

root il y a 5 ans
Parent
commit
a0d30b87da
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      proxy-image/Dockerfile

+ 3 - 1
proxy-image/Dockerfile

@@ -1,5 +1,7 @@
 FROM python:3.7-slim 
-RUN useradd -u 1000 -ms /bin/bash python 
+RUN useradd -u 1000 -ms /bin/bash python && \
+apt update && \
+apt install -y git
 WORKDIR /home/python
 USER python
 RUN python -m venv /home/python/venv