mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Add libssl-1.0 to docker images [SCI-2970]
This commit is contained in:
parent
b6d291d658
commit
173c4fc701
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue