mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
8 lines
140 B
Docker
8 lines
140 B
Docker
FROM ruby:2.2
|
|
|
|
ADD gen_locale.sh /gen_locale.sh
|
|
RUN bash /gen_locale.sh
|
|
ENV LANG=en_GB.UTF-8
|
|
|
|
# Install scss-lint
|
|
RUN gem install scss-lint
|