Lines Matching +full:python3 +full:- +full:wheel
2 # Docker TriCore cross-compiler target
8 # Copyright (c) 2018 Philippe Mathieu-Daudé
10 # SPDX-License-Identifier: GPL-2.0-or-later
12 FROM docker.io/library/debian:11-slim
15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
19 ca-certificates \
26 libglib2.0-dev \
27 libpixman-1-dev \
30 ninja-build \
32 python3-pip \
33 python3-setuptools \
34 python3-wheel \
35 python3-venv && \
36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
40 RUN curl -#SL https://github.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/t…
41 | tar -xzC /usr/local/
44 ENV DEF_TARGET_LIST tricore-softmmu
45 ENV QEMU_CONFIGURE_OPTS --disable-user --disable-tools --disable-fdt
51 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi