Skip to content

Commit cca549c

Browse files
committed
Enforce Composer 1.x for now
This keeps the current setup running before it is explicitly adjusted for Composer 2.x
1 parent 09d8344 commit cca549c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.slim.apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
8686

8787
#ENV COMPOSER_ALLOW_SUPERUSER 1
8888

89-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=real_composer &&\
89+
RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=real_composer &&\
9090
chmod +x /usr/local/bin/real_composer
9191

9292
# TODO: utils.php in /usr/local/bin... bof!

Dockerfile.slim.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
8686

8787
#ENV COMPOSER_ALLOW_SUPERUSER 1
8888

89-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=real_composer &&\
89+
RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=real_composer &&\
9090
chmod +x /usr/local/bin/real_composer
9191

9292
# TODO: utils.php in /usr/local/bin... bof!

Dockerfile.slim.fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
8686

8787
#ENV COMPOSER_ALLOW_SUPERUSER 1
8888

89-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=real_composer &&\
89+
RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=real_composer &&\
9090
chmod +x /usr/local/bin/real_composer
9191

9292
# TODO: utils.php in /usr/local/bin... bof!

utils/Dockerfile.slim.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
8888

8989
#ENV COMPOSER_ALLOW_SUPERUSER 1
9090

91-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=real_composer &&\
91+
RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=real_composer &&\
9292
chmod +x /usr/local/bin/real_composer
9393

9494
# TODO: utils.php in /usr/local/bin... bof!

0 commit comments

Comments
 (0)