Mise à jour de 'Dockerfile'
This commit is contained in:
parent
6eb8151504
commit
9a6351faeb
@ -1,4 +1,5 @@
|
||||
FROM ubuntu:focal AS build-env
|
||||
RUN dpkg --add-architecture i386
|
||||
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
||||
apt-get --yes --no-install-recommends install \
|
||||
gawk wget git diffstat unzip texinfo gcc build-essential \
|
||||
@ -6,7 +7,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
|
||||
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 \
|
||||
curl unzip
|
||||
curl unzip libc6:i386
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US.UTF-8
|
Loading…
Reference in New Issue
Block a user