mirror of https://github.com/Chocobozzz/PeerTube
Add missing ca-certificates in docker image
parent
5003a1c9fd
commit
8d3fe90c3f
|
@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update \
|
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 \
|
&& gosu nobody true \
|
||||||
&& rm /var/lib/apt/lists/* -fR
|
&& rm /var/lib/apt/lists/* -fR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue