gitlab-build-images/Dockerfile.release-tools
2021-12-13 10:31:08 +00:00

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