mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Merge pull request #1465 from okriuchykhin/ok_SCI_2970
Add libssl-1.0 to docker images [SCI-2970]
This commit is contained in:
commit
bbfae1dfac
2 changed files with 4 additions and 0 deletions
|
@ -2,10 +2,12 @@ FROM ruby:2.4.5
|
||||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||||
|
|
||||||
# additional dependecies
|
# additional dependecies
|
||||||
|
# libSSL-1.0 is required by wkhtmltopdf binary
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||||
apt-get update -qq && \
|
apt-get update -qq && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
libjemalloc1 \
|
libjemalloc1 \
|
||||||
|
libssl1.0-dev \
|
||||||
nodejs \
|
nodejs \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
|
|
|
@ -2,10 +2,12 @@ FROM ruby:2.4.5
|
||||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||||
|
|
||||||
# additional dependecies
|
# additional dependecies
|
||||||
|
# libSSL-1.0 is required by wkhtmltopdf binary
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||||
apt-get update -qq && \
|
apt-get update -qq && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
libjemalloc1 \
|
libjemalloc1 \
|
||||||
|
libssl1.0-dev \
|
||||||
nodejs \
|
nodejs \
|
||||||
groff-base \
|
groff-base \
|
||||||
awscli \
|
awscli \
|
||||||
|
|
Loading…
Reference in a new issue