Shuffle files around

This commit is contained in:
Z.J. van de Weg 2016-09-09 19:24:31 +02:00
parent ba27de2fd4
commit e1f3488d98
9 changed files with 52 additions and 52 deletions

View file

@ -0,0 +1,14 @@
FROM ruby:2.1
ENV PACKAGES="git-core"
ADD / /
RUN /scripts/install-essentials
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN /scripts/install-phantomjs