Update Dockerfile
This commit is contained in:
parent
b6714d2eb4
commit
94be652c96
@ -5,7 +5,7 @@ LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
|
||||
Description="Webman Lightweight container with PHP 8.2.0 based on Alpine Linux."
|
||||
|
||||
# Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn
|
||||
RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories
|
||||
# RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories
|
||||
|
||||
# Add basics first
|
||||
RUN apk update && apk upgrade && apk add \
|
||||
|
Loading…
Reference in New Issue
Block a user