Add comments to docker files [SCI-2970]

This commit is contained in:
Oleksii Kriuchykhin 2019-01-25 14:31:32 +01:00
parent 173c4fc701
commit c521e537c3
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ FROM ruby:2.4.5
MAINTAINER BioSistemika <info@biosistemika.com>
# additional dependecies
# libSSL-1.0 is required by wkhtmltopdf binary
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \

View file

@ -2,6 +2,7 @@ FROM ruby:2.4.5
MAINTAINER BioSistemika <info@biosistemika.com>
# additional dependecies
# libSSL-1.0 is required by wkhtmltopdf binary
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \