Skip to content

Commit

Permalink
Fix Alpine linux apk command in Dockerfile.dev (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Dave Hello <[email protected]>
  • Loading branch information
PeterDaveHello authored Nov 23, 2024
1 parent 419003c commit b24935d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY go.mod go.sum Makefile /xeol/
COPY .github .github

RUN docker-entrypoint.sh sh && \
apk add --update make curl build-base bash ncurses openssl && \
apk add --no-cache make curl build-base bash ncurses openssl && \
curl -OL https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz && \
tar -C /usr/local -xf go${GO_VERSION}.linux-amd64.tar.gz && \
go install github.com/go-delve/delve/cmd/dlv@d9d8f4ad8c9b0c9cc74b100fb1afb109f89dd493 && \
Expand Down

0 comments on commit b24935d

Please sign in to comment.