Explorar el Código

fix(api): Debian migrating from MySQL to MariaDB

Peter Thomassen hace 7 años
padre
commit
16c9756096
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/Dockerfile

+ 1 - 1
api/Dockerfile

@@ -3,7 +3,7 @@ FROM python:3.6
 RUN apt-get update && apt-get install -y \
 		gcc \
 		gettext \
-		mysql-client libmysqlclient-dev \
+		default-mysql-client default-libmysqlclient-dev \
 		postgresql-client libpq-dev \
 		sqlite3 \
 		cron \