Skip to content

Commit

Permalink
Fix #53: Force encoding to be UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed May 1, 2019
1 parent a9fe4aa commit 3c25823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ RUN bash install.sh \
--z3-platform ${Z3_PLATFORM} \
--install-docker \
--camp-from-sources ${WITH_TESTS} ${DEBUG}


# Avoid UnicodeDecodeError as per Issue #53
ENV LANG C.UTF-8

0 comments on commit 3c25823

Please sign in to comment.