Skip to content

Commit

Permalink
Add zip to php image
Browse files Browse the repository at this point in the history
  • Loading branch information
M1saka10010 authored Jun 17, 2024
1 parent d7ef46b commit 1b24e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-fpm-alpine

# 设置apk源为国内镜像源,并安装tzdata和curl
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
&& apk add --no-cache tzdata curl build-base
&& apk add --no-cache tzdata curl build-base zip

# 设置时区为Asia/Shanghai
ENV TZ "Asia/Shanghai"
Expand Down

0 comments on commit 1b24e08

Please sign in to comment.