From b400138b73ea50642e28d59adfec1cc6b934ceeb Mon Sep 17 00:00:00 2001 From: dreadper Date: Sat, 28 Oct 2023 14:20:40 +0200 Subject: [PATCH] fix [Plugin caching_sha2_password could not be loaded](https://github.com/arey/mysql-client/issues/5) --- src/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 7f711da..aca243f 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,6 +1,10 @@ FROM restic/restic:0.9.6 -RUN apk update && apk add python3 dcron mariadb-client postgresql-client +RUN apk update && apk add python3 \ + dcron \ + mariadb-client \ + postgresql-client \ + mariadb-connector-c-dev ADD . /restic-compose-backup WORKDIR /restic-compose-backup