We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3e73f commit 3c56d9cCopy full SHA for 3c56d9c
DockerfileStefanTest
@@ -3,6 +3,8 @@ WORKDIR /porter
3
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
4
RUN go install github.com/go-delve/delve/cmd/dlv@latest
5
RUN chmod +x /go/bin/dlv
6
+ARG STEFAN_ENV=dockerdefault
7
+RUN echo $STEFAN_ENV
8
9
10
FROM debian:bullseye-slim as runner
0 commit comments