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 05228f3 commit c5b6aafCopy full SHA for c5b6aaf
Dockerfile
@@ -10,4 +10,7 @@ RUN mkdir bin && go build \
10
11
FROM debian:buster
12
13
+# Include CA Certs to resolve TLS handshakes
14
+RUN DEBIAN_FRONTEND="noninteractive" apt-get update && apt-get install -y ca-certificates && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
+
16
COPY --from=build /go/delivery/bin /usr/bin
0 commit comments