From a316759a99c2f685f3c2b14e071dd8ec7919d75c Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 15 May 2024 16:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5c99769..5245014 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,7 @@ RUN apt-get install -y git # 内部安装compsoer并安装依赖,如果不需要可以注释掉 RUN apt install unzip RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer +ENV COMPOSER_ALLOW_SUPERUSER=1 RUN composer install # 创建runtime目录