Skip to content

Commit d04ad10

Browse files
committed
oops
1 parent e16a41b commit d04ad10

8 files changed

Lines changed: 16 additions & 8 deletions

File tree

7.1-prod/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.1/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.2-prod/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.2/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.3-prod/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.3/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.4-prod/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

7.4/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)