We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b4bb0 commit 9ea1079Copy full SHA for 9ea1079
Dockerfile.qa
@@ -26,6 +26,9 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip
26
RUN python3 -m pip install --no-cache-dir -r requirements-dev.txt
27
28
ENV PYTHON_VERSION=$PYTHON_VERSION
29
+# Select language-agnostic "C" locale.
30
+# Unicode is necessary for some tools like "black" to work.
31
+ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
32
33
CMD python3 -m pip install -e . && \
34
make qa PYTHON_VERSION=$PYTHON_VERSION
0 commit comments