Set locale before running tests in Docker

This commit is contained in:
Eric Fischer 2018-02-06 17:57:46 -08:00
parent 17942b3a89
commit 2b7d64736f

View File

@ -16,4 +16,4 @@ RUN make \
&& make install
# Run the tests
CMD make test
CMD LC_ALL=en_US.UTF-8 make test