ksieren před 2 roky
rodič
revize
97cc52658a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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