Add libssl-1.0 to docker images [SCI-2970]

This commit is contained in:
Oleksii Kriuchykhin 2019-01-25 11:05:01 +01:00
parent b6d291d658
commit 173c4fc701
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \
libjemalloc1 \
libssl1.0-dev \
nodejs \
postgresql-client \
default-jre-headless \

View file

@ -6,6 +6,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \
libjemalloc1 \
libssl1.0-dev \
nodejs \
groff-base \
awscli \