From 8b7a34b2a650cbdf7ea3a23e30b0dada8a493136 Mon Sep 17 00:00:00 2001 From: dany Date: Sun, 7 Aug 2022 00:28:55 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57cee3a..3636a6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \ chrpath socat cpio python3 python3-pip python3-pexpect \ xz-utils debianutils iputils-ping python3-git \ python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 \ - xterm python3-subunit mesa-common-dev zstd liblz4-tool file locales locales-all + xterm python3-subunit mesa-common-dev zstd liblz4-tool file locales locales-all \ + curl unzip multiarch-support ENV LC_ALL en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US.UTF-8 \ No newline at end of file