Explorar o código

ansilove needed libgd3

root %!s(int64=4) %!d(string=hai) anos
pai
achega
0002e87fc3
Modificáronse 1 ficheiros con 3 adicións e 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