Update Dockerfile
This commit is contained in:
parent
d501b3383e
commit
46c802b512
@ -1,12 +1,12 @@
|
|||||||
#FROM php:7.4.33-cli-alpine
|
#FROM php:7.4.33-cli-alpine
|
||||||
FROM php:8.1.24-cli-alpine
|
FROM php:8.1.24-cli
|
||||||
#FROM php:8.2.11-cli-alpine
|
#FROM php:8.2.11-cli-alpine
|
||||||
|
|
||||||
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
|
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
|
||||||
Description="Webman Lightweight container with PHP 8.2.11 based on Alpine Linux."
|
Description="Webman Lightweight container with PHP 8.2.11 based on Alpine Linux."
|
||||||
|
|
||||||
# Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn
|
# Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn
|
||||||
RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.163.com/g" /etc/apk/repositories
|
RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g" /etc/apk/repositories
|
||||||
|
|
||||||
RUN cat /etc/issue
|
RUN cat /etc/issue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user