ksieren 2 лет назад
Родитель
Сommit
97cc52658a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -33,7 +33,7 @@ RUN apt-get update && \
         zlib1g-dev && \
     rm -rf /var/lib/apt/lists/* /usr/src/* \
 
-RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
+RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
 
 # Switch to use a non-root user from here on
 #USER nobody