Skip to content

Commit

Permalink
fix: MySQL 8.x -Plugin caching_sha2_password could not be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Sep 30, 2024
1 parent 73d1991 commit efea818
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 efea818

Please sign in to comment.