From: Chocobozzz Date: Mon, 17 Feb 2020 09:28:42 +0000 (+0100) Subject: Fix youtube-dl python X-Git-Tag: v2.1.1~13 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a6f2e1275c25caac77a51ecb06e0be6c12123988;p=github%2FChocobozzz%2FPeerTube.git Fix youtube-dl python --- diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index 515aeb5f1..dde643782 100644 --- a/support/docker/production/Dockerfile.buster +++ b/support/docker/production/Dockerfile.buster @@ -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