Skip to content

Commit 5901c56

Browse files
committed
fix: build error
1 parent 2629247 commit 5901c56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN apk add -q --update --progress --no-cache \
1919
bash zsh \
2020
git
2121

22-
ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
23-
RUN update-ca-certificates
22+
# ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
23+
# RUN update-ca-certificates
2424

2525
# Go
2626
COPY --from=go /usr/local/go /usr/local/go

Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN install_packages \
1717
bash zsh \
1818
git
1919

20-
ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
21-
RUN update-ca-certificates
20+
# ADD .devcontainer/*.crt /usr/local/share/ca-certificates/
21+
# RUN update-ca-certificates
2222

2323
# Go
2424
ARG GO_VERSION=1.24.1

0 commit comments

Comments
 (0)