Skip to content

Commit

Permalink
Set default encoding so that there are no problems when utf8 chars ar…
Browse files Browse the repository at this point in the history
…e used in file names
  • Loading branch information
erdi authored Jul 4, 2017
1 parent 219b5d0 commit f179c1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ COPY google-chrome.sh /usr/bin/google-chrome

RUN chmod +x /usr/bin/google-chrome

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

CMD ["/bin/bash"]

0 comments on commit f179c1f

Please sign in to comment.