We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2629247 commit 5901c56Copy full SHA for 5901c56
Dockerfile.alpine
@@ -19,8 +19,8 @@ RUN apk add -q --update --progress --no-cache \
19
bash zsh \
20
git
21
22
-ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
23
-RUN update-ca-certificates
+# ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
+# RUN update-ca-certificates
24
25
# Go
26
COPY --from=go /usr/local/go /usr/local/go
Dockerfile.debian
@@ -17,8 +17,8 @@ RUN install_packages \
17
18
ARG GO_VERSION=1.24.1
0 commit comments