Skip to content

Commit

Permalink
Merge pull request #75 from ASTRELION/add-gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
waja authored Jul 20, 2023
2 parents ef25d17 + cdb34f6 commit e830545
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 e830545

Please sign in to comment.