Add openssl-dev to release-tools image

Rugged failed to build without this package.
This commit is contained in:
Robert Speicher 2018-10-22 11:26:25 -05:00
parent ad7b8c73af
commit 945cbda70a
No known key found for this signature in database
GPG key ID: 1D812769A7706642

View file

@ -1,6 +1,6 @@
FROM ruby:2.4-alpine 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/ # Set UTF-8 http://jaredmarkell.com/docker-and-locales/
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8