Explorar el Código

ansilove needed libgd3

root hace 4 años
padre
commit
0002e87fc3
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      image/Dockerfile

+ 3 - 4
image/Dockerfile

@@ -17,10 +17,9 @@ RUN ls -la
 RUN pip freeze
 
 FROM python:3.7-slim 
-RUN useradd -u 1000 -ms /bin/bash python 
-# && \
-# apt update && \
-# apt install -y git
+RUN useradd -u 1000 -ms /bin/bash python && \
+ apt update && \
+ apt install -y libgd3
 WORKDIR /home/python
 USER python
 RUN python -m venv /home/python/venv