From 2c4be2ce2747223c90069b4ab4e99cabc3997c0a Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Fri, 31 Mar 2017 13:33:03 +0200 Subject: [PATCH] Add missing dependency to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86a6d4d1..0e7a70aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER TheAssassin # required for compiling assets RUN apt-get update && \ - apt-get install -y nodejs nodejs-legacy mariadb-client + apt-get install -y nodejs nodejs-legacy mariadb-client imagemagick # used to run the container without root permissions RUN adduser --home /osem/ --system --group --disabled-login --disabled-password osem