File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update \
29
29
php7.4-intl php7.4-readline php7.4-pcov \
30
30
php7.4-msgpack php7.4-igbinary php7.4-ldap \
31
31
php7.4-redis php7.4-xdebug \
32
- && php -r "readfile('http ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
32
+ && php -r "readfile('https ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
33
33
&& curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
34
34
&& apt-get install -y nodejs \
35
35
&& npm install -g npm \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update \
29
29
php8.0-intl php8.0-readline php8.0-pcov \
30
30
php8.0-msgpack php8.0-igbinary php8.0-ldap \
31
31
php8.0-redis php8.0-swoole php8.0-xdebug \
32
- && php -r "readfile('http ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
32
+ && php -r "readfile('https ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
33
33
&& curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
34
34
&& apt-get install -y nodejs \
35
35
&& npm install -g npm \
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN apt-get update \
30
30
php8.1-ldap \
31
31
php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole \
32
32
php8.1-memcached php8.1-pcov php8.1-xdebug \
33
- && php -r "readfile('http ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
33
+ && php -r "readfile('https ://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
34
34
&& curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
35
35
&& apt-get install -y nodejs \
36
36
&& npm install -g npm \
You can’t perform that action at this time.
0 commit comments