Set the python encoding to be UTF8

merge-requests/54/head
David Corne 2020-07-16 11:41:39 +01:00
parent 094a0e6ef5
commit de7a773114
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN sudo apt-get -y upgrade
RUN sudo apt-get install -y sqlite3 libsqlite3-dev python3 python3-pip RUN sudo apt-get install -y sqlite3 libsqlite3-dev python3 python3-pip
RUN pip3 install 'pyyaml>5.1' RUN pip3 install 'pyyaml>5.1'
ENV PYTHONIOENCODING UTF-8
COPY . /project COPY . /project
WORKDIR /project/bin WORKDIR /project/bin