correct mistake

This commit is contained in:
Dryusdan 2018-01-18 11:29:27 +01:00
parent 95eecb4528
commit 3ab72f0ed0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ENV UID=991 GID=991 \
RESOLUTION_1080=true \
DEBIAN_FRONTEND=noninteractiv
RUN addgroup -g 991 peertube && useradd -u 991 -G 991 -h /home/peertube \
RUN addgroup -g 991 peertube && adduser -u 991 -G 991 -h /home/peertube \
&& apk -U add curl ffmpeg openssl git nginx yarn nodejs build-base su-exec shadow \
&& git clone --branch ${PEERTUBE_VER} https://github.com/Chocobozzz/PeerTube /PeerTube \
&& echo "****** chown ******" \