Ensuer we set LANG for python unicode handling
This commit is contained in:
parent
61c976d7e1
commit
969b349508
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue