diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-17 10:28:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-17 10:28:42 +0100 |
commit | a6f2e1275c25caac77a51ecb06e0be6c12123988 (patch) | |
tree | ee02e11679fa20b383ed3a826353c582828ee0c1 /support | |
parent | 6b7e246ac770aed9cfe55fec0fa7d40799867cf1 (diff) | |
download | PeerTube-a6f2e1275c25caac77a51ecb06e0be6c12123988.tar.gz PeerTube-a6f2e1275c25caac77a51ecb06e0be6c12123988.tar.zst PeerTube-a6f2e1275c25caac77a51ecb06e0be6c12123988.zip |
Fix youtube-dl python
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/Dockerfile.buster | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
7 | 7 | ||
8 | # Install dependencies | 8 | # Install dependencies |
9 | RUN apt update \ | 9 | RUN apt update \ |
10 | && apt install -y --no-install-recommends openssl ffmpeg gnupg gosu \ | 10 | && apt install -y --no-install-recommends openssl ffmpeg python gnupg gosu \ |
11 | && gosu nobody true \ | 11 | && gosu nobody true \ |
12 | && rm /var/lib/apt/lists/* -fR | 12 | && rm /var/lib/apt/lists/* -fR |
13 | 13 | ||