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