fix: use mariadb instead of mysql client
This commit is contained in:
parent
f83ffb2776
commit
0e9bf1bd91
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue