mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-24 10:44:51 +00:00
Set locale before running tests in Docker
This commit is contained in:
parent
17942b3a89
commit
2b7d64736f
@ -16,4 +16,4 @@ RUN make \
|
||||
&& make install
|
||||
|
||||
# Run the tests
|
||||
CMD make test
|
||||
CMD LC_ALL=en_US.UTF-8 make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user