From 23db60a5144f2a97db39482db4e0a7cd4a7650c7 Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 20 Sep 2024 09:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E5=BA=95=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd8582d..b8d7153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,7 @@ -FROM php:8.2.16-fpm-alpine3.19 +FROM anxan-docker.pkg.coding.net/d/repo/workerman-environment:0.0.1 LABEL org.opencontainers.image.authors="anfu" -RUN set -eux \ - && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \ - && apk add --no-cache nginx \ - && docker-php-ext-install pcntl - VOLUME /var/www/html ENV NACOS_ADDR="192.168.1.105:8848" \