Add missing dependency to Dockerfile

This commit is contained in:
TheAssassin 2017-03-31 13:33:03 +02:00 committed by Hernán Schmidt
parent f15fe9ddb0
commit 8229cca1e8

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