Skip to content

Commit 843c60d

Browse files
author
matthias_schaub
committed
Set C.UTF-8 locale as default needed by the Click library.
1 parent 4f34753 commit 843c60d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mapswipe_workers/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Image includes python3.6, gdal-python, gdal-bin
33
FROM osgeo/gdal:ubuntu-small-latest
44

5+
ENV LC_ALL=C.UTF-8
6+
ENV LANG=C.UTF-8
7+
58
# Install pip
69
RUN apt-get update
710
RUN apt-get --yes install python3-pip

0 commit comments

Comments
 (0)