Replace mysql pqckqge by mariadb in debian buster

master v1.0.1
Baptiste Bouchereau 2020-03-12 12:11:18 +01:00
rodzic 8d514e9007
commit 8fe55c95f1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ RUN apt install -y \
borgbackup
# Install packages for mysqldump
RUN apt-get install -y mysql-client
RUN apt-get install -y mariadb-client
RUN pip3 install PyMySql
# Install cron