mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
deployment: update syntax installing dlv
in debug image (#3179)
This commit is contained in:
parent
c51aa0639b
commit
a5ba9707a0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ COPY --from=ui /build/ui/dist ./ui/dist
|
||||||
# build
|
# build
|
||||||
RUN make build-debug NAME=pomerium
|
RUN make build-debug NAME=pomerium
|
||||||
RUN touch /config.yaml
|
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
|
FROM alpine:latest
|
||||||
ENV AUTOCERT_DIR /data/autocert
|
ENV AUTOCERT_DIR /data/autocert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue