Add openssl in docker container

This commit is contained in:
Chocobozzz
2020-01-27 15:07:01 +01:00
parent 5aafc6f373
commit 751c8f68ec

View File

@@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS
# Install dependencies
RUN apt update \
&& apt install -y --no-install-recommends ffmpeg gnupg gosu \
&& apt install -y --no-install-recommends openssl ffmpeg gnupg gosu \
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR