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:
a6f2e12
)
Add missing ca-certificates in docker image
author
Chocobozzz
<me@florianbigard.com>
Mon, 17 Feb 2020 09:33:36 +0000
(10:33 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 17 Feb 2020 09:33:36 +0000
(10:33 +0100)
support/docker/production/Dockerfile.buster
patch
|
blob
|
history
diff --git
a/support/docker/production/Dockerfile.buster
b/support/docker/production/Dockerfile.buster
index dde643782347f56177aa0e678576b3ae00f5177b..414bf9aaca2dc31e3364bc23ec1ee932bb23141a 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 python gnupg gosu \
+ && apt install -y --no-install-recommends openssl ffmpeg python
ca-certificates
gnupg gosu \
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR