Skip to content

Commit 6cb6cb2

Browse files
committed
Remove updating the certificates
1 parent 222cdc0 commit 6cb6cb2

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

examples/blog/Dockerfile

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
FROM ubuntu:22.04
22

3-
RUN apk --no-cache add \
4-
ca-certificates \
5-
coreutils \
6-
tzdata \
7-
&& \
8-
update-ca-certificates
3+
#RUN apk --no-cache add \
4+
# ca-certificates \
5+
# coreutils \
6+
# tzdata \
7+
# && \
8+
# update-ca-certificates
9+
#RUN apt-get update && apt-get install -y \
10+
# ca-certificates \
11+
# coreutils \
12+
# tzdata && \
13+
# update-ca-certificates && \
14+
# rm -rf /var/lib/apt/lists/*
15+
916

1017
# Create a non-privileged user that the app will run under.
1118
# See https://docs.docker.com/go/dockerfile-user-best-practices/

0 commit comments

Comments
 (0)