Add missing ca-certificates in docker image

pull/2507/head
Chocobozzz 2020-02-17 10:33:36 +01:00
parent 5003a1c9fd
commit 8d3fe90c3f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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