Fix youtube-dl python

pull/2712/head
Chocobozzz 2020-02-17 10:28:42 +01:00
parent 6b7e246ac7
commit a6f2e1275c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS
# Install dependencies
RUN apt update \
&& apt install -y --no-install-recommends openssl ffmpeg gnupg gosu \
&& apt install -y --no-install-recommends openssl ffmpeg python gnupg gosu \
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR