1# THIS FILE WAS AUTO-GENERATED 2# 3# $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu 4# 5# https://gitlab.com/libvirt/libvirt-ci 6 7FROM docker.io/library/debian:12-slim 8 9RUN export DEBIAN_FRONTEND=noninteractive && \ 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 14 bash \ 15 bc \ 16 bindgen \ 17 bison \ 18 bsdextrautils \ 19 bzip2 \ 20 ca-certificates \ 21 ccache \ 22 dbus \ 23 debianutils \ 24 diffutils \ 25 exuberant-ctags \ 26 findutils \ 27 flex \ 28 gcc \ 29 gcovr \ 30 gettext \ 31 git \ 32 hostname \ 33 libglib2.0-dev \ 34 libgtk-vnc-2.0-dev \ 35 libpcre2-dev \ 36 libsndio-dev \ 37 libspice-protocol-dev \ 38 llvm \ 39 locales \ 40 make \ 41 meson \ 42 mtools \ 43 ncat \ 44 ninja-build \ 45 openssh-client \ 46 pkgconf \ 47 python3 \ 48 python3-numpy \ 49 python3-opencv \ 50 python3-pillow \ 51 python3-pip \ 52 python3-sphinx \ 53 python3-sphinx-rtd-theme \ 54 python3-venv \ 55 python3-yaml \ 56 rpm2cpio \ 57 rustc \ 58 sed \ 59 socat \ 60 sparse \ 61 swtpm \ 62 tar \ 63 tesseract-ocr \ 64 tesseract-ocr-eng \ 65 xorriso \ 66 zstd && \ 67 eatmydata apt-get autoremove -y && \ 68 eatmydata apt-get autoclean -y && \ 69 sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \ 70 dpkg-reconfigure locales && \ 71 rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED 72 73ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" 74ENV LANG "en_US.UTF-8" 75ENV MAKE "/usr/bin/make" 76ENV NINJA "/usr/bin/ninja" 77ENV PYTHON "/usr/bin/python3" 78 79RUN export DEBIAN_FRONTEND=noninteractive && \ 80 dpkg --add-architecture armhf && \ 81 eatmydata apt-get update && \ 82 eatmydata apt-get dist-upgrade -y && \ 83 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \ 84 eatmydata apt-get install --no-install-recommends -y \ 85 gcc-arm-linux-gnueabihf \ 86 libaio-dev:armhf \ 87 libasan6:armhf \ 88 libasound2-dev:armhf \ 89 libattr1-dev:armhf \ 90 libbpf-dev:armhf \ 91 libbrlapi-dev:armhf \ 92 libbz2-dev:armhf \ 93 libc6-dev:armhf \ 94 libcacard-dev:armhf \ 95 libcap-ng-dev:armhf \ 96 libcapstone-dev:armhf \ 97 libcmocka-dev:armhf \ 98 libcurl4-gnutls-dev:armhf \ 99 libdaxctl-dev:armhf \ 100 libdrm-dev:armhf \ 101 libepoxy-dev:armhf \ 102 libfdt-dev:armhf \ 103 libffi-dev:armhf \ 104 libfuse3-dev:armhf \ 105 libgbm-dev:armhf \ 106 libgcrypt20-dev:armhf \ 107 libglib2.0-dev:armhf \ 108 libglusterfs-dev:armhf \ 109 libgnutls28-dev:armhf \ 110 libgtk-3-dev:armhf \ 111 libibverbs-dev:armhf \ 112 libiscsi-dev:armhf \ 113 libjemalloc-dev:armhf \ 114 libjpeg62-turbo-dev:armhf \ 115 libjson-c-dev:armhf \ 116 liblttng-ust-dev:armhf \ 117 liblzo2-dev:armhf \ 118 libncursesw5-dev:armhf \ 119 libnfs-dev:armhf \ 120 libnuma-dev:armhf \ 121 libpam0g-dev:armhf \ 122 libpipewire-0.3-dev:armhf \ 123 libpixman-1-dev:armhf \ 124 libpng-dev:armhf \ 125 libpulse-dev:armhf \ 126 librbd-dev:armhf \ 127 librdmacm-dev:armhf \ 128 libsasl2-dev:armhf \ 129 libsdl2-dev:armhf \ 130 libsdl2-image-dev:armhf \ 131 libseccomp-dev:armhf \ 132 libselinux1-dev:armhf \ 133 libslirp-dev:armhf \ 134 libsnappy-dev:armhf \ 135 libspice-server-dev:armhf \ 136 libssh-gcrypt-dev:armhf \ 137 libsystemd-dev:armhf \ 138 libtasn1-6-dev:armhf \ 139 libubsan1:armhf \ 140 libudev-dev:armhf \ 141 liburing-dev:armhf \ 142 libusb-1.0-0-dev:armhf \ 143 libusbredirhost-dev:armhf \ 144 libvdeplug-dev:armhf \ 145 libvirglrenderer-dev:armhf \ 146 libvte-2.91-dev:armhf \ 147 libxdp-dev:armhf \ 148 libxen-dev:armhf \ 149 libzstd-dev:armhf \ 150 nettle-dev:armhf \ 151 systemtap-sdt-dev:armhf \ 152 zlib1g-dev:armhf && \ 153 eatmydata apt-get autoremove -y && \ 154 eatmydata apt-get autoclean -y && \ 155 mkdir -p /usr/local/share/meson/cross && \ 156 printf "[binaries]\n\ 157c = '/usr/bin/arm-linux-gnueabihf-gcc'\n\ 158ar = '/usr/bin/arm-linux-gnueabihf-gcc-ar'\n\ 159strip = '/usr/bin/arm-linux-gnueabihf-strip'\n\ 160pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'\n\ 161\n\ 162[host_machine]\n\ 163system = 'linux'\n\ 164cpu_family = 'arm'\n\ 165cpu = 'armhf'\n\ 166endian = 'little'\n" > /usr/local/share/meson/cross/arm-linux-gnueabihf && \ 167 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ 168 mkdir -p /usr/libexec/ccache-wrappers && \ 169 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/arm-linux-gnueabihf-cc && \ 170 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/arm-linux-gnueabihf-gcc 171 172ENV ABI "arm-linux-gnueabihf" 173ENV MESON_OPTS "--cross-file=arm-linux-gnueabihf" 174ENV RUST_TARGET "armv7-unknown-linux-gnueabihf" 175ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf- 176ENV DEF_TARGET_LIST arm-softmmu,arm-linux-user 177# As a final step configure the user (if env is defined) 178ARG USER 179ARG UID 180RUN if [ "${USER}" ]; then \ 181 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi 182