Skip to content

Commit

Permalink
add mariadb-server-utils to mariadb image (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Oct 29, 2023
1 parent 8022d93 commit 124907e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN --mount=type=cache,id=mariadb-apk-${TARGETARCH},sharing=locked,target=/var/c
apk add \
mariadb \
mysql-client \
mariadb-server-utils \
&& \
mkdir -p /var/lib/mysql-files && \
chown -R mysql:mysql \
Expand Down

0 comments on commit 124907e

Please sign in to comment.