Fix youtube-dl python
This commit is contained in:
parent
6b7e246ac7
commit
a6f2e1275c
|
@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update \
|
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 \
|
&& gosu nobody true \
|
||||||
&& rm /var/lib/apt/lists/* -fR
|
&& rm /var/lib/apt/lists/* -fR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue