File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN adduser -D -u 1337 kool \
5656 zip \
5757 && cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
5858 # composer
59- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
59+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
60+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6061 && su-exec kool composer global require hirak/prestissimo \
6162 # cleanup
6263 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ RUN adduser -D -u 1337 kool \
5353 zip \
5454 && cp "/usr/local/etc/php/php.ini-production" "/usr/local/etc/php/php.ini" \
5555 # composer
56- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
56+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
57+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
5758 && su-exec kool composer global require hirak/prestissimo \
5859 # cleanup
5960 && apk del .build-deps \
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ RUN adduser -D -u 1337 kool \
5353 zip \
5454 && cp "/usr/local/etc/php/php.ini-development" "/usr/local/etc/php/php.ini" \
5555 # composer
56- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
56+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
57+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
5758 && su-exec kool composer global require hirak/prestissimo \
5859 # cleanup
5960 && apk del .build-deps \
You can’t perform that action at this time.
0 commit comments