Skip to content

Commit

Permalink
add curl to build
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed May 30, 2024
1 parent 165ce6d commit 31f9c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH $GOPATH/bin:$PATH
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
WORKDIR $GOPATH

RUN apk --no-cache add alpine-sdk olm-dev hugo skopeo just npm && \
RUN apk --no-cache add alpine-sdk olm-dev hugo skopeo just npm curl && \
apk --no-cache add go --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin && \
go install github.com/swaggo/swag/cmd/swag@latest && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ multi

* alpine-sdk
* bunny-upload
* curl
* docker
* emm
* go
Expand Down

0 comments on commit 31f9c25

Please sign in to comment.