correct mistake

This commit is contained in:
Dryusdan 2018-01-18 13:45:11 +01:00
parent aa9b61b000
commit e0b98e2f41
1 changed files with 1 additions and 1 deletions

View File

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