Add openssl in docker container
This commit is contained in:
parent
5aafc6f373
commit
751c8f68ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue