fix: use mariadb instead of mysql client

This commit is contained in:
Glenn Y. Rolland 2021-04-30 14:26:50 +02:00
parent f83ffb2776
commit 0e9bf1bd91

View file

@ -7,7 +7,7 @@ ENV ETHERPAD_VERSION 1.8.13
# RUN = docker run ... + docker commit
RUN apt-get update && \
apt-get install -y curl unzip mysql-client python netcat && \
apt-get install -y curl unzip mariadb-client python netcat && \
rm -r /var/lib/apt/lists/*
WORKDIR /opt/