Skip to content

Commit 7df99cc

Browse files
committed
Added "bzip2" so we can import .sql.bz2 dumps.
1 parent 32aecb7 commit 7df99cc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

5.7/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN mkdir /docker-entrypoint-initdb.d
3333
RUN set -eux; \
3434
apt-get update; \
3535
apt-get install -y --no-install-recommends \
36+
bzip2 \
3637
openssl \
3738
# FATAL ERROR: please install the following Perl modules before executing /usr/local/mysql/scripts/mysql_install_db:
3839
# File::Basename

0 commit comments

Comments
 (0)