Update 'Dockerfile'

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-01-27 16:54:16 +00:00
parent c8f39f4ffa
commit 87652566c1

View File

@ -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