Skip to content

Commit

Permalink
Merge pull request #29 from huankong233/dev
Browse files Browse the repository at this point in the history
[+] 自动更新Alpine软件包
  • Loading branch information
huankong233 authored Jan 7, 2025
2 parents 8bb2e70 + 5d1bb3f commit 8382c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apk add --no-cache openssl php83-pdo php83-pdo_mysql eudev-libs

# 补全环境
RUN apk update && \
apk upgrade && \
apk add tzdata && \
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
Expand Down

0 comments on commit 8382c6b

Please sign in to comment.