fix [Plugin caching_sha2_password could not be loaded](https://github.com/arey/mysql-client/issues/5)

This commit is contained in:
dreadper 2023-10-28 14:20:40 +02:00
parent b52655a23b
commit b400138b73
1 changed files with 5 additions and 1 deletions

View File

@ -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