Skip to content

Commit

Permalink
Add mariadb-backup package
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 13, 2023
1 parent 3bb7a11 commit 5e0f65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN adduser --shell /bin/false --disabled-password --gecos "MariaDB User" --home
&& apk add --update --upgrade --no-cache bash openssl tzdata \
&& apk add --no-cache \
"mariadb=${MARIADB_VERSION}" \
"mariadb-backup==${MARIADB_VERSION}" \
"mariadb-client=${MARIADB_VERSION}" \
"mariadb-server-utils=${MARIADB_VERSION}" \
&& rm -rf /etc/mysql/* /etc/my.cnf* /var/lib/mysql/*
Expand Down

0 comments on commit 5e0f65e

Please sign in to comment.