mirror of https://github.com/Chocobozzz/PeerTube
Fix missing python dependency in Dockerfile.buster (#2495)
* Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker imagepull/2507/head
parent
c9925e2d13
commit
c5621bd23b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue