Patric 1 年之前
父节点
当前提交
6ebcb70a8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,4 +8,4 @@ RUN apt upgrade -y
 RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
 RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
 RUN apt install curl -y
 RUN apt install curl -y
 RUN cd /tmp
 RUN cd /tmp
-RUN curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
+RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer