mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add triage-ops image
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
09e50210c3
commit
422013d00b
2 changed files with 11 additions and 0 deletions
9
Dockerfile.triage-ops-ruby-2.7
Normal file
9
Dockerfile.triage-ops-ruby-2.7
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue