diff --git a/Dockerfile b/Dockerfile index 1dc8d32..88f2f53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,10 @@ MAINTAINER Adrian Malacoda # 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