Sfoglia il codice sorgente

proxy-image needs git to get the build hash.

root 5 anni fa
parent
commit
a0d30b87da
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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