mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add ruby2.3-alpine image
This commit is contained in:
parent
1c33d8a3b2
commit
6399fb6b8c
1 changed files with 8 additions and 0 deletions
8
Dockerfile.ruby-2.3-alpine
Normal file
8
Dockerfile.ruby-2.3-alpine
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ruby:2.3-alpine
|
||||
|
||||
RUN apk -U add git make gcc g++
|
||||
|
||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
Loading…
Add table
Add a link
Reference in a new issue