fix [Plugin caching_sha2_password could not be loaded](https://github.com/arey/mysql-client/issues/5)
This commit is contained in:
parent
b52655a23b
commit
b400138b73
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue