From 4a1688c8298f4f45fb195ba8321f4b66fa05839a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 16 Oct 2023 18:01:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(composer):=20=E2=9C=A8=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20root=20=E7=94=A8=E6=88=B7=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swoole/7.4/Dockerfile | 3 ++- swoole/8.0/Dockerfile | 3 ++- swoole/8.1/Dockerfile | 3 ++- swoole/8.2/Dockerfile | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/swoole/7.4/Dockerfile b/swoole/7.4/Dockerfile index 81665d1..df651f6 100644 --- a/swoole/7.4/Dockerfile +++ b/swoole/7.4/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="李东云 " version="1.0" license="MIT" ## # --build-arg timezone=Asia/Shanghai ENV TIMEZONE=Asia/Shanghai \ - SCAN_CACHEABLE=(true) + SCAN_CACHEABLE=(true) \ + COMPOSER_ALLOW_SUPERUSER=1 # update RUN set -ex \ diff --git a/swoole/8.0/Dockerfile b/swoole/8.0/Dockerfile index 5c77f0c..4c38d33 100644 --- a/swoole/8.0/Dockerfile +++ b/swoole/8.0/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="李东云 " version="1.0" license="MIT" ## # --build-arg timezone=Asia/Shanghai ENV TIMEZONE=Asia/Shanghai \ - SCAN_CACHEABLE=(true) + SCAN_CACHEABLE=(true) \ + COMPOSER_ALLOW_SUPERUSER=1 # update RUN set -ex \ diff --git a/swoole/8.1/Dockerfile b/swoole/8.1/Dockerfile index 78a53fa..210ed1a 100644 --- a/swoole/8.1/Dockerfile +++ b/swoole/8.1/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="李东云 " version="1.0" license="MIT" ## # --build-arg timezone=Asia/Shanghai ENV TIMEZONE=Asia/Shanghai \ - SCAN_CACHEABLE=(true) + SCAN_CACHEABLE=(true) \ + COMPOSER_ALLOW_SUPERUSER=1 # update RUN set -ex \ diff --git a/swoole/8.2/Dockerfile b/swoole/8.2/Dockerfile index c957d39..fdea9c6 100644 --- a/swoole/8.2/Dockerfile +++ b/swoole/8.2/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="李东云 " version="1.0" license="MIT" ## # --build-arg timezone=Asia/Shanghai ENV TIMEZONE=Asia/Shanghai \ - SCAN_CACHEABLE=(true) + SCAN_CACHEABLE=(true) \ + COMPOSER_ALLOW_SUPERUSER=1 # update RUN set -ex \