Add missing ca-certificates in docker image
This commit is contained in:
parent
5003a1c9fd
commit
8d3fe90c3f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue