Ver código fonte

ADD : python library in dockerfile (PyMySQL)

Maha Bouchiba 2 anos atrás
pai
commit
658fddf933
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docker/python39/Dockerfile

+ 1 - 1
docker/python39/Dockerfile

@@ -5,7 +5,7 @@ COPY /.ssh /root/.ssh
 WORKDIR /root/scripts
 
 
-RUN pip3 install path.py pyyaml docopt sshtunnel;
+RUN pip3 install path.py pyyaml docopt sshtunnel PyMySQL;
 
 RUN chown -R 1000:1000 /root/scripts;