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 3c56d9c commit ac24e78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DockerfileStefanTest
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM golang:1.20.1 as installer
WORKDIR /porter
ARG STEFAN_ENV=dockerdefault
RUN echo $STEFAN_ENV

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN chmod +x /go/bin/dlv
ARG STEFAN_ENV=dockerdefault
RUN echo $STEFAN_ENV



FROM debian:bullseye-slim as runner
Expand Down

0 comments on commit ac24e78

Please sign in to comment.