projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7e246
)
Fix youtube-dl python
author
Chocobozzz
<me@florianbigard.com>
Mon, 17 Feb 2020 09:28:42 +0000
(10:28 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 17 Feb 2020 09:28:42 +0000
(10:28 +0100)
support/docker/production/Dockerfile.buster
patch
|
blob
|
history
diff --git
a/support/docker/production/Dockerfile.buster
b/support/docker/production/Dockerfile.buster
index 515aeb5f13bc4fae2a94df314d89f2d19a442e03..dde643782347f56177aa0e678576b3ae00f5177b 100644
(file)
--- 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