Skip to content

Commit 94e33f8

Browse files
committed
feat: added curl to docker so that subscription check gets evaluated
1 parent ef1ef09 commit 94e33f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY --from=ghcommit /ghcommit /usr/bin/ghcommit
99
RUN apk add --no-cache \
1010
bash \
1111
git-crypt \
12+
curl \
1213
git
1314

1415
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)