]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix missing python dependency in Dockerfile.buster (#2495)
authorKim <1877318+kimsible@users.noreply.github.com>
Mon, 17 Feb 2020 09:01:22 +0000 (10:01 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 09:01:22 +0000 (10:01 +0100)
* Fix missing youtube-dl dependency in buster docker image

* Fix missing python dependency in buster docker image

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