Skip to content

Commit

Permalink
Add gnupg for encryption support
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRELION authored and ASTRELION committed Jul 20, 2023
1 parent ef25d17 commit cdb34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN curl -L "https://codeberg.org/BernieO/calcardbackup/archive/v$CALCARDBACKUP_
# Remove build deps
apk del build-dependencies && \
# Install needed packages
apk --no-cache add bash curl findutils mysql-client postgresql-client sqlite gzip zip && \
apk --no-cache add bash curl findutils mysql-client postgresql-client sqlite gzip zip gnupg && \
# Create backup dir and make our start script executable
mkdir /backup

Expand Down

0 comments on commit cdb34f6

Please sign in to comment.