Install composer

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-01-27 16:47:53 +00:00
parent c33d4a1f50
commit c8f39f4ffa

View File

@ -4,6 +4,10 @@ MAINTAINER Adrian Malacoda <adrian.malacoda@monarch-pass.net>
# 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 /
# Install extensions