Update 'Dockerfile'
This commit is contained in:
parent
c8f39f4ffa
commit
87652566c1
@ -4,11 +4,11 @@ MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
|
||||
# Install ImageMagick
|
||||
#RUN apt-get -y update && apt-get -y install imagemagick
|
||||
|
||||
WORKDIR /
|
||||
|
||||
# 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 /
|
||||
RUN curl --silent --show-error https://getcomposer.org/installer | php
|
||||
|
||||
# Install extensions
|
||||
ADD add_extension.sh /add_extension.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user