From 87652566c1f8e07e7fb0beb28c31b29074e550b6 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 27 Jan 2020 16:54:16 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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