correct error

This commit is contained in:
Dryusdan 2018-01-02 23:19:56 +01:00
parent aa0bbb8ee9
commit 5a7f9b1187

View file

@ -23,8 +23,8 @@ ENV UID=991 GID=991 \
RESOLUTION_1080=true \ RESOLUTION_1080=true \
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
RUN echo "groupadd -g 991 peertube && useradd -u 991 -g 991 peertube \ RUN groupadd -g 991 peertube && useradd -u 991 -g 991 peertube \
&& deb http://ftp.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list \ && echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list \
&& apt-get update \ && apt-get update \
&& apt-get -y install curl \ && apt-get -y install curl \
&& apt-get -y --no-install-recommends install ffmpeg openssl git build-essential nginx-light \ && apt-get -y --no-install-recommends install ffmpeg openssl git build-essential nginx-light \