Resolved bug 1293 - Remove all references of peewee, mysql, libmysql-dev as mysql...
[osm/MON.git] / docker / Dockerfile
index 5032aad..a9062c9 100644 (file)
@@ -25,7 +25,7 @@ FROM ubuntu:18.04
 LABEL authors="Benjamín Díaz"
 
 RUN apt-get --yes update \
- && apt-get --yes install git python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev mysql-client \
+ && apt-get --yes install git python3 python3-pip libssl-dev libffi-dev \
  && python3 -m pip install -U pip
 
 COPY requirements.txt /mon/requirements.txt