Ensuer we set LANG for python unicode handling

This commit is contained in:
Johannes Zellner 2020-07-10 11:38:27 +02:00
parent 61c976d7e1
commit 969b349508

View file

@ -16,7 +16,8 @@ RUN mv /app/code/searx/settings.yml /app/code/searx/settings.yml.orig && \
RUN chown -R www-data.www-data /app/code
EXPOSE 8888
# Fix python UnicodeDecodeError
ENV LANG C.UTF-8
COPY start.sh /app/pkg/start.sh