Skip to content

Commit de5ec26

Browse files
authored
Merge pull request #223 from mbrodala/composer-v1
Enforce Composer 1.x for now
2 parents 09d8344 + cca549c commit de5ec26

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)