Skip to content

Commit 5e30ac3

Browse files
committed
switch to latest ubuntu with mysql-client
1 parent 53038c1 commit 5e30ac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM debian:latest
1+
FROM ubuntu:latest
22

3-
ENV MYSQLDUMP_OPTIONS --quote-names --quick --add-drop-table --add-locks --allow-keywords --disable-keys --extended-insert --single-transaction --create-options --comments --net_buffer_length=16384
3+
ENV MYSQLDUMP_OPTIONS --quick --no-create-db --add-drop-table --add-locks --allow-keywords --quote-names --disable-keys --single-transaction --create-options --comments --net_buffer_length=16384
44
ENV MYSQLDUMP_DATABASE **None**
55
ENV MYSQL_HOST **None**
66
ENV MYSQL_PORT 3306
@@ -18,7 +18,7 @@ ENV MULTI_DATABASES no
1818

1919
# install mysqldump, pip, awscli
2020
RUN apt-get update && \
21-
apt-get install -y mariadb-client-10.3 python3 python3-pip && \
21+
apt-get install -y mysql-client python3 python3-pip && \
2222
pip3 install awscli && \
2323
apt-get autoremove -y && \
2424
apt-get remove -y python3-pip && \

0 commit comments

Comments
 (0)