Add missing dependency to Dockerfile

This commit is contained in:
TheAssassin 2017-03-31 13:33:03 +02:00
parent 977769c255
commit 2c4be2ce27

View file

@ -4,7 +4,7 @@ MAINTAINER TheAssassin <theassassin@users.noreply.github.com>
# 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