mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add missing dependency to Dockerfile
This commit is contained in:
parent
f15fe9ddb0
commit
8229cca1e8
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