ci-yocto/Dockerfile
dany 2bd5e258bd
Some checks failed
gitea-sync/ci-yocto/pipeline/head There was a failure building this commit
Mise à jour de 'Dockerfile'
2022-08-07 10:13:09 +02:00

13 lines
606 B
Docker

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 \
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 \
curl unzip libc6:i386 zlib1g:i386 zlib1g
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8