mirror of https://github.com/Chocobozzz/PeerTube
Add openssl in docker container
parent
5aafc6f373
commit
751c8f68ec
|
@ -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 ffmpeg gnupg gosu \
|
&& apt install -y --no-install-recommends openssl ffmpeg 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