Skip to content

Commit

Permalink
Add gpg-agent package
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphpl committed Jan 22, 2024
1 parent 8285266 commit 3eee7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN apk add --no-cache \
xz \
lzip \
zstd \
gpg \
gpg gpg-agent \
minio-client

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Docker image with all the necessary utilities to backup a Postgres or MariaDB/My

See [Dockerfile](Dockerfile) for a full list of installed packages.

## Example Usage in K8S CronJob
## Example Usage in k8s CronJob

```yaml
apiVersion: batch/v1
Expand Down

0 comments on commit 3eee7b0

Please sign in to comment.