1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
This commit is contained in:
kev 2018-01-29 22:52:21 +08:00
parent 2d045c51b2
commit 828b6da5a3

View File

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