Update 'Dockerfile'
This commit is contained in:
parent
87652566c1
commit
d6c1dc77f2
@ -8,7 +8,8 @@ WORKDIR /
|
|||||||
|
|
||||||
# Install composer
|
# Install composer
|
||||||
RUN apt-get -y update && apt-get install -y --no-install-recommends git zip
|
RUN apt-get -y update && apt-get install -y --no-install-recommends git zip
|
||||||
RUN curl --silent --show-error https://getcomposer.org/installer | php
|
RUN curl --silent --show-error https://getcomposer.org/installer | php && \
|
||||||
|
chmod +x composer.phar && mv composer.phar /usr/local/bin/composer
|
||||||
|
|
||||||
# Install extensions
|
# Install extensions
|
||||||
ADD add_extension.sh /add_extension.sh
|
ADD add_extension.sh /add_extension.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user