Skip to content

Commit 24129e9

Browse files
daanpersoonsdjbe
authored andcommitted
DB backup: fix missing jq command
1 parent cea93e5 commit 24129e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database-backup/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ FROM common:${ALPINE_VERSION} AS base
1717
# hadolint ignore=DL3018
1818
RUN apk add --no-cache \
1919
curl \
20+
jq \
2021
openssh-client \
2122
rclone
2223

0 commit comments

Comments
 (0)