Add apk ca-certificates

This commit is contained in:
rcastropolizainformatica 2021-03-23 10:57:08 +01:00 committed by GitHub
parent 5c33ccf0b1
commit 63f66b78cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM restic/restic:0.9.6
RUN apk update && apk add python3 dcron mariadb-client postgresql-client
RUN apk update && apk add ca-certificates python3 dcron mariadb-client postgresql-client && rm -rf /var/cache/apk/*
ADD . /restic-compose-backup
WORKDIR /restic-compose-backup