deployment: update syntax installing dlv in debug image (#3179)

This commit is contained in:
Travis Groth 2022-03-22 17:46:36 -04:00 committed by GitHub
parent c51aa0639b
commit a5ba9707a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ COPY --from=ui /build/ui/dist ./ui/dist
# build
RUN make build-debug NAME=pomerium
RUN touch /config.yaml
RUN go get github.com/go-delve/delve/cmd/dlv
RUN go install github.com/go-delve/delve/cmd/dlv@latest
FROM alpine:latest
ENV AUTOCERT_DIR /data/autocert