Install composer
This commit is contained in:
parent
c33d4a1f50
commit
c8f39f4ffa
@ -4,6 +4,10 @@ MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
|
|||||||
# Install ImageMagick
|
# Install ImageMagick
|
||||||
#RUN apt-get -y update && apt-get -y install imagemagick
|
#RUN apt-get -y update && apt-get -y install imagemagick
|
||||||
|
|
||||||
|
# Install composer
|
||||||
|
RUN apt-get -y update && apt-get install -y --no-install-recommends git zip
|
||||||
|
RUN curl --silent --show-error https://getcomposer.org/installer | php
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
# Install extensions
|
# Install extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user