|
|
@@ -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 && \
|