gitlab-build-images/Dockerfile.triage-ops-ruby-2.7
Rémy Coutable 422013d00b
Add triage-ops image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-02-03 15:34:29 +01:00

9 lines
176 B
Docker

FROM ruby:2.7
RUN apt-get update \
&& apt-get install -y cmake
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
ENV LANG C.UTF-8
ENV LANGUAGE C
ENV LC_ALL C.UTF-8