File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM debian :latest
1
+ FROM ubuntu :latest
2
2
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
4
4
ENV MYSQLDUMP_DATABASE **None**
5
5
ENV MYSQL_HOST **None**
6
6
ENV MYSQL_PORT 3306
@@ -18,7 +18,7 @@ ENV MULTI_DATABASES no
18
18
19
19
# install mysqldump, pip, awscli
20
20
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 && \
22
22
pip3 install awscli && \
23
23
apt-get autoremove -y && \
24
24
apt-get remove -y python3-pip && \
You can’t perform that action at this time.
0 commit comments