We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222cdc0 commit 6cb6cb2Copy full SHA for 6cb6cb2
1 file changed
examples/blog/Dockerfile
@@ -1,11 +1,18 @@
1
FROM ubuntu:22.04
2
3
-RUN apk --no-cache add \
4
- ca-certificates \
5
- coreutils \
6
- tzdata \
7
- && \
8
- update-ca-certificates
+#RUN apk --no-cache add \
+# ca-certificates \
+# coreutils \
+# tzdata \
+# && \
+# update-ca-certificates
9
+#RUN apt-get update && apt-get install -y \
10
11
12
+# tzdata && \
13
+# update-ca-certificates && \
14
+# rm -rf /var/lib/apt/lists/*
15
+
16
17
# Create a non-privileged user that the app will run under.
18
# See https://docs.docker.com/go/dockerfile-user-best-practices/
0 commit comments