Skip to content

Commit 01cf8a3

Browse files
authored
Merge pull request #103 from jkaninda/refactor
fix: MySQL 8.x -Plugin caching_sha2_password could not be loaded
2 parents 1cbf65d + efea818 commit 01cf8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ARG BACKUPDIR="/backup"
4848
ARG BACKUP_TMP_DIR="/tmp/backup"
4949
LABEL author="Jonas Kaninda"
5050

51-
RUN apk --update add mysql-client gnupg
51+
RUN apk add --no-cache mysql-client mariadb-connector-c gnupg
5252
RUN mkdir $WORKDIR
5353
RUN mkdir $BACKUPDIR
5454
RUN mkdir -p $BACKUP_TMP_DIR

0 commit comments

Comments
 (0)