Skip to content

Commit

Permalink
Merge pull request #3 from MaxSor/patch-1
Browse files Browse the repository at this point in the history
Enable UTF-8 support
  • Loading branch information
dimmg authored Nov 11, 2018
2 parents ab9b555 + bdbdbe9 commit 360923c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x
RUN pip3 install selenium
RUN pip3 install pyvirtualdisplay

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

ENV APP_HOME /usr/src/app
WORKDIR /$APP_HOME
Expand Down

0 comments on commit 360923c

Please sign in to comment.