1# THIS FILE WAS AUTO-GENERATED 2# 3# $ lcitool dockerfile --layers all --cross-arch mipsel 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 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 libgtk-vnc-2.0-dev \ 34 libpcre2-dev \ 35 libsndio-dev \ 36 libspice-protocol-dev \ 37 llvm \ 38 locales \ 39 make \ 40 meson \ 41 mtools \ 42 ncat \ 43 ninja-build \ 44 openssh-client \ 45 pkgconf \ 46 python3 \ 47 python3-numpy \ 48 python3-opencv \ 49 python3-pillow \ 50 python3-pip \ 51 python3-sphinx \ 52 python3-sphinx-rtd-theme \ 53 python3-venv \ 54 python3-yaml \ 55 rpm2cpio \ 56 sed \ 57 socat \ 58 sparse \ 59 swtpm \ 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 rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED 70 71ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" 72ENV LANG "en_US.UTF-8" 73ENV MAKE "/usr/bin/make" 74ENV NINJA "/usr/bin/ninja" 75ENV PYTHON "/usr/bin/python3" 76 77RUN export DEBIAN_FRONTEND=noninteractive && \ 78 dpkg --add-architecture mipsel && \ 79 eatmydata apt-get update && \ 80 eatmydata apt-get dist-upgrade -y && \ 81 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \ 82 eatmydata apt-get install --no-install-recommends -y \ 83 gcc-mipsel-linux-gnu \ 84 libaio-dev:mipsel \ 85 libasound2-dev:mipsel \ 86 libattr1-dev:mipsel \ 87 libbpf-dev:mipsel \ 88 libbrlapi-dev:mipsel \ 89 libbz2-dev:mipsel \ 90 libc6-dev:mipsel \ 91 libcacard-dev:mipsel \ 92 libcap-ng-dev:mipsel \ 93 libcapstone-dev:mipsel \ 94 libcmocka-dev:mipsel \ 95 libcurl4-gnutls-dev:mipsel \ 96 libdaxctl-dev:mipsel \ 97 libdrm-dev:mipsel \ 98 libepoxy-dev:mipsel \ 99 libfdt-dev:mipsel \ 100 libffi-dev:mipsel \ 101 libfuse3-dev:mipsel \ 102 libgbm-dev:mipsel \ 103 libgcrypt20-dev:mipsel \ 104 libglib2.0-dev:mipsel \ 105 libglusterfs-dev:mipsel \ 106 libgnutls28-dev:mipsel \ 107 libgtk-3-dev:mipsel \ 108 libibverbs-dev:mipsel \ 109 libiscsi-dev:mipsel \ 110 libjemalloc-dev:mipsel \ 111 libjpeg62-turbo-dev:mipsel \ 112 libjson-c-dev:mipsel \ 113 liblttng-ust-dev:mipsel \ 114 liblzo2-dev:mipsel \ 115 libncursesw5-dev:mipsel \ 116 libnfs-dev:mipsel \ 117 libnuma-dev:mipsel \ 118 libpam0g-dev:mipsel \ 119 libpipewire-0.3-dev:mipsel \ 120 libpixman-1-dev:mipsel \ 121 libpng-dev:mipsel \ 122 libpulse-dev:mipsel \ 123 librbd-dev:mipsel \ 124 librdmacm-dev:mipsel \ 125 libsasl2-dev:mipsel \ 126 libsdl2-dev:mipsel \ 127 libsdl2-image-dev:mipsel \ 128 libseccomp-dev:mipsel \ 129 libselinux1-dev:mipsel \ 130 libslirp-dev:mipsel \ 131 libsnappy-dev:mipsel \ 132 libspice-server-dev:mipsel \ 133 libssh-gcrypt-dev:mipsel \ 134 libsystemd-dev:mipsel \ 135 libtasn1-6-dev:mipsel \ 136 libudev-dev:mipsel \ 137 liburing-dev:mipsel \ 138 libusb-1.0-0-dev:mipsel \ 139 libusbredirhost-dev:mipsel \ 140 libvdeplug-dev:mipsel \ 141 libvirglrenderer-dev:mipsel \ 142 libvte-2.91-dev:mipsel \ 143 libxdp-dev:mipsel \ 144 libzstd-dev:mipsel \ 145 nettle-dev:mipsel \ 146 systemtap-sdt-dev:mipsel \ 147 zlib1g-dev:mipsel && \ 148 eatmydata apt-get autoremove -y && \ 149 eatmydata apt-get autoclean -y && \ 150 mkdir -p /usr/local/share/meson/cross && \ 151 printf "[binaries]\n\ 152c = '/usr/bin/mipsel-linux-gnu-gcc'\n\ 153ar = '/usr/bin/mipsel-linux-gnu-gcc-ar'\n\ 154strip = '/usr/bin/mipsel-linux-gnu-strip'\n\ 155pkgconfig = '/usr/bin/mipsel-linux-gnu-pkg-config'\n\ 156\n\ 157[host_machine]\n\ 158system = 'linux'\n\ 159cpu_family = 'mips'\n\ 160cpu = 'mipsel'\n\ 161endian = 'little'\n" > /usr/local/share/meson/cross/mipsel-linux-gnu && \ 162 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ 163 mkdir -p /usr/libexec/ccache-wrappers && \ 164 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-cc && \ 165 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-gcc 166 167ENV ABI "mipsel-linux-gnu" 168ENV MESON_OPTS "--cross-file=mipsel-linux-gnu" 169ENV QEMU_CONFIGURE_OPTS --cross-prefix=mipsel-linux-gnu- 170ENV DEF_TARGET_LIST mipsel-softmmu,mipsel-linux-user 171# As a final step configure the user (if env is defined) 172ARG USER 173ARG UID 174RUN if [ "${USER}" ]; then \ 175 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi 176