Skip to content

Commit

Permalink
chore: use go install command to install delve
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Apr 14, 2022
1 parent 1d4a1a7 commit b5ec699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion the-hook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE=golang:latest
FROM $IMAGE

RUN go get github.com/go-delve/delve/cmd/dlv
RUN go install github.com/go-delve/delve/cmd/dlv@latest

ENTRYPOINT ["/bin/sh", "-c", "while true; do echo go-grapple-go!; sleep 3600; done"]

0 comments on commit b5ec699

Please sign in to comment.