mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
Set a UTF-8
locale in Dockerfile
(#122)
This commit is contained in:
parent
7f1ea89456
commit
d7c24c44f6
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ FROM ${BROWSER_IMAGE_BASE}:${BROWSER_VERSION} AS browser
|
||||||
|
|
||||||
FROM ubuntu:bionic
|
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 \
|
RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-properties-common \
|
||||||
&& add-apt-repository -y ppa:deadsnakes \
|
&& add-apt-repository -y ppa:deadsnakes \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue