From c8f39f4ffa3476411f3251a267a5e504a34ce3a5 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 27 Jan 2020 16:47:53 +0000 Subject: [PATCH] Install composer --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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