Skip to content

Commit

Permalink
Merge pull request #1 from kiranbayram/fix-curl-issue
Browse files Browse the repository at this point in the history
Fix curl unknown option issue
  • Loading branch information
rtimush authored May 12, 2023
2 parents cd4e769 + 40a18d6 commit 858cf49
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
@@ -1,6 +1,6 @@
FROM alpine/git:latest

RUN apk add --no-cache bash curl jq
RUN apk add --no-cache bash curl curl-dev jq

RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub

Expand Down

0 comments on commit 858cf49

Please sign in to comment.