Skip to content

Commit

Permalink
build: core docker image of core install ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Feb 19, 2024
1 parent a62050d commit 3e81ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROM alpine:latest

RUN apk update && \
apk upgrade --no-cache && \
apk add --no-cache tzdata && \
apk add --no-cache tzdata ca-certificates && \
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo 'Asia/Shanghai' >/etc/timezone && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 3e81ad6

Please sign in to comment.