Add triage-ops image

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2022-02-03 15:22:48 +01:00
parent 09e50210c3
commit 422013d00b
No known key found for this signature in database
GPG key ID: 4C514D15D07186F1
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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