Skip to content
Snippets Groups Projects
Commit 6399fb6b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add ruby2.3-alpine image

parent 1c33d8a3
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment