mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
8 lines
210 B
Docker
8 lines
210 B
Docker
FROM ruby:2.7-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 C.UTF-8
|
|
ENV LANGUAGE C
|
|
ENV LC_ALL C.UTF-8
|