Skip to content

Commit

Permalink
Merge pull request #103 from jkaninda/refactor
Browse files Browse the repository at this point in the history
fix: MySQL 8.x -Plugin caching_sha2_password could not be loaded
  • Loading branch information
jkaninda authored Sep 30, 2024
2 parents 1cbf65d + efea818 commit 01cf8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ARG BACKUPDIR="/backup"
ARG BACKUP_TMP_DIR="/tmp/backup"
LABEL author="Jonas Kaninda"

RUN apk --update add mysql-client gnupg
RUN apk add --no-cache mysql-client mariadb-connector-c gnupg
RUN mkdir $WORKDIR
RUN mkdir $BACKUPDIR
RUN mkdir -p $BACKUP_TMP_DIR
Expand Down

0 comments on commit 01cf8a3

Please sign in to comment.