Add openssl in docker container
authorChocobozzz <me@florianbigard.com>
Mon, 27 Jan 2020 14:07:01 +0000 (15:07 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Jan 2020 14:07:01 +0000 (15:07 +0100)
support/docker/production/Dockerfile.buster

index 32c5266c5237e67fb65d1f288a096b5893efcf86..515aeb5f13bc4fae2a94df314d89f2d19a442e03 100644 (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