]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix youtube-dl python
authorChocobozzz <me@florianbigard.com>
Mon, 17 Feb 2020 09:28:42 +0000 (10:28 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 17 Feb 2020 09:28:42 +0000 (10:28 +0100)
support/docker/production/Dockerfile.buster

index 515aeb5f13bc4fae2a94df314d89f2d19a442e03..dde643782347f56177aa0e678576b3ae00f5177b 100644 (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