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