1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02:00
This commit is contained in:
kev 2018-01-29 22:49:27 +08:00
parent 13bfbe36a1
commit 2d045c51b2

View File

@ -5,7 +5,7 @@
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache gnupg nodejs nodejs-npm
RUN apk add --no-cache gnupg nodejs nodejs-npm shadow
RUN groupadd -r rocketchat \
&& useradd -r -g rocketchat rocketchat \