Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-ci-jekyll-runner
Commits
1430a391
Commit
1430a391
authored
Nov 03, 2017
by
Michał 'rysiek' Woźniak
Browse files
SASS + UTF-8 = pain
http://code.dblock.org/2011/06/09/compass-invalid-us-ascii-character-xe2.html
parent
d44d15d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Dockerfile
Dockerfile
+7
-0
No files found.
Dockerfile
View file @
1430a391
...
...
@@ -8,6 +8,13 @@ MAINTAINER Michał "rysiek" Woźniak <rysiek@occrp.org>
# environment
ENV
DEBIAN_FRONTEND=noninteractive
# need en_US.UTF-8 locale for SASS to handle UTF-8 characters in CSS
# http://code.dblock.org/2011/06/09/compass-invalid-us-ascii-character-xe2.html
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
ENV
LC_ALL en_US.UTF-8
RUN
locale-gen en_US.UTF-8
# Ruby and requirements
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment