We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeae49 commit c3c3b92Copy full SHA for c3c3b92
DockerfileStefanTest
@@ -7,6 +7,6 @@ RUN chmod +x /go/bin/dlv
7
8
FROM debian:bullseye-slim as runner
9
WORKDIR /porter
10
-RUN apt-get update && apt-get install -y --no-install-recommends sqlite3
+RUN apt-get update && apt-get install -y --no-install-recommends sqlite3 curl
11
COPY --from=installer /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
12
-RUN go install github.com/go-delve/delve/cmd/dlv@latest
+RUN curl google.com
0 commit comments