File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
86
86
87
87
#ENV COMPOSER_ALLOW_SUPERUSER 1
88
88
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 &&\
90
90
chmod +x /usr/local/bin/real_composer
91
91
92
92
# TODO: utils.php in /usr/local/bin... bof!
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
86
86
87
87
#ENV COMPOSER_ALLOW_SUPERUSER 1
88
88
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 &&\
90
90
chmod +x /usr/local/bin/real_composer
91
91
92
92
# TODO: utils.php in /usr/local/bin... bof!
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
86
86
87
87
#ENV COMPOSER_ALLOW_SUPERUSER 1
88
88
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 &&\
90
90
chmod +x /usr/local/bin/real_composer
91
91
92
92
# TODO: utils.php in /usr/local/bin... bof!
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN rm /etc/php/${PHP_VERSION}/cli/php.ini
88
88
89
89
#ENV COMPOSER_ALLOW_SUPERUSER 1
90
90
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 &&\
92
92
chmod +x /usr/local/bin/real_composer
93
93
94
94
# TODO: utils.php in /usr/local/bin... bof!
You can’t perform that action at this time.
0 commit comments