gitlab-build-images/Dockerfile.release-tools
Robert Speicher 945cbda70a
Add openssl-dev to release-tools image
Rugged failed to build without this package.
2018-10-22 11:46:36 -05:00

8 lines
225 B
Text

FROM ruby:2.4-alpine
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
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8