mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add openssl-dev to release-tools image
Rugged failed to build without this package.
This commit is contained in:
parent
ad7b8c73af
commit
945cbda70a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue