add curl
This commit is contained in:
parent
3c99b59976
commit
153340d299
|
|
@ -6,6 +6,7 @@ USER root
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt upgrade -y
|
RUN apt upgrade -y
|
||||||
RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
|
RUN apt install php php-mbstring php-xml php-pdo php-mysql php-xdebug -y
|
||||||
|
RUN apt install curl -y
|
||||||
RUN cd /tmp
|
RUN cd /tmp
|
||||||
RUN curl -sS https://getcomposer.org/installer | php
|
RUN curl -sS https://getcomposer.org/installer | php
|
||||||
RUN mv composer.phar /usr/local/bin/composer
|
RUN mv composer.phar /usr/local/bin/composer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue