Patric 1 سال پیش
والد
کامیت
153340d299
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -6,6 +6,7 @@ USER root
 RUN apt update
 RUN apt upgrade -y
 RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
+RUN apt install curl -y
 RUN cd /tmp
 RUN curl -sS https://getcomposer.org/installer | php
 RUN mv composer.phar /usr/local/bin/composer