mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-25 11:20:18 +00:00
Set a UTF-8 locale in Dockerfile (#122)
This commit is contained in:
@@ -8,6 +8,10 @@ FROM ${BROWSER_IMAGE_BASE}:${BROWSER_VERSION} AS browser
|
||||
|
||||
FROM ubuntu:bionic
|
||||
|
||||
# http://bugs.python.org/issue19846
|
||||
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-properties-common \
|
||||
&& add-apt-repository -y ppa:deadsnakes \
|
||||
&& apt-get update -y \
|
||||
|
||||
Reference in New Issue
Block a user