Add missing dependency to Dockerfile
This commit is contained in:
parent
977769c255
commit
2c4be2ce27
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue