Skip to content

Commit

Permalink
Update DockerfileStefanTest
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane authored Oct 28, 2024
1 parent 2fca1fd commit 4bf241c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DockerfileStefanTest
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
FROM golang:1.20.1 as installer
WORKDIR /porter
ARG STEFAN_ENV=dockerdefault
RUN echo $STEFAN_ENV
ENV SECOND_VAR ${STEFAN_ENV}
ENV THIRD_VAR $STEFAN_ENV

RUN echo "envs2" $STEFAN_ENV $SECOND_VAR
RUN echo "envs3" $STEFAN_ENV $THIRD_VAR


RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN go install github.com/go-delve/delve/cmd/dlv@latest
Expand Down

0 comments on commit 4bf241c

Please sign in to comment.