Merge branch 'rs-release-tools-libressl-dev' into 'master'

Add openssl-dev to release-tools image

See merge request gitlab-org/gitlab-build-images!129
This commit is contained in:
Stan Hu 2018-10-22 17:07:47 +00:00
commit cca21f6a0c

View file

@ -1,6 +1,6 @@
FROM ruby:2.4-alpine
RUN apk add --update --no-cache build-base cmake git openssh-client
RUN apk add --update --no-cache build-base cmake git openssh-client openssl-dev
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
ENV LANG en_US.UTF-8