Ver Fonte

proper python mysql package install

clementinecomputing há 5 anos atrás
pai
commit
2bb0fad55f
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      server/docker/Dockerfile

+ 3 - 2
server/docker/Dockerfile

@@ -12,14 +12,15 @@ RUN \
     sudo \
     git openssh-server sqlite3 libdbd-sqlite3-perl \
     default-mysql-server apache2 \
-    netcat telnet wget python3-flask python3-pymysql python3-pip \
+    netcat telnet wget \
+    python3-flask python3-pymysql python3-pip \
     mariadb-server
 
 RUN \
   apt-get install -y libswitch-perl libdate-calc-perl python3-bson python3-pymongo
 
 RUN \
-  pip3 install flask-restful
+  pip3 install flask-restful mysql-connector-python
 
 RUN \
   useradd -m bus && \