mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
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:
commit
cca21f6a0c
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