We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2d9af commit 4419ebcCopy full SHA for 4419ebc
Dockerfile
@@ -22,6 +22,8 @@ ENV PATH="/tmp/venv/bin:$PATH"
22
COPY requirements.txt /tmp/
23
RUN pip install -r /tmp/requirements.txt
24
25
+ENV LANG en_US.UTF-8
26
+
27
WORKDIR /data
28
VOLUME "/data"
29
0 commit comments