1# THIS FILE WAS AUTO-GENERATED 2# 3# $ lcitool dockerfile --layers all --cross-arch mipsel 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 rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED 70 71RUN /usr/bin/pip3 install tomli 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 mipsel && \ 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-mipsel-linux-gnu \ 86 libaio-dev:mipsel \ 87 libasound2-dev:mipsel \ 88 libattr1-dev:mipsel \ 89 libbpf-dev:mipsel \ 90 libbrlapi-dev:mipsel \ 91 libbz2-dev:mipsel \ 92 libc6-dev:mipsel \ 93 libcacard-dev:mipsel \ 94 libcap-ng-dev:mipsel \ 95 libcapstone-dev:mipsel \ 96 libcmocka-dev:mipsel \ 97 libcurl4-gnutls-dev:mipsel \ 98 libdaxctl-dev:mipsel \ 99 libdrm-dev:mipsel \ 100 libepoxy-dev:mipsel \ 101 libfdt-dev:mipsel \ 102 libffi-dev:mipsel \ 103 libfuse3-dev:mipsel \ 104 libgbm-dev:mipsel \ 105 libgcrypt20-dev:mipsel \ 106 libglib2.0-dev:mipsel \ 107 libglusterfs-dev:mipsel \ 108 libgnutls28-dev:mipsel \ 109 libgtk-3-dev:mipsel \ 110 libibverbs-dev:mipsel \ 111 libiscsi-dev:mipsel \ 112 libjemalloc-dev:mipsel \ 113 libjpeg62-turbo-dev:mipsel \ 114 libjson-c-dev:mipsel \ 115 liblttng-ust-dev:mipsel \ 116 liblzo2-dev:mipsel \ 117 libncursesw5-dev:mipsel \ 118 libnfs-dev:mipsel \ 119 libnuma-dev:mipsel \ 120 libpam0g-dev:mipsel \ 121 libpipewire-0.3-dev:mipsel \ 122 libpixman-1-dev:mipsel \ 123 libpng-dev:mipsel \ 124 libpulse-dev:mipsel \ 125 librbd-dev:mipsel \ 126 librdmacm-dev:mipsel \ 127 libsasl2-dev:mipsel \ 128 libsdl2-dev:mipsel \ 129 libsdl2-image-dev:mipsel \ 130 libseccomp-dev:mipsel \ 131 libselinux1-dev:mipsel \ 132 libslirp-dev:mipsel \ 133 libsnappy-dev:mipsel \ 134 libspice-server-dev:mipsel \ 135 libssh-gcrypt-dev:mipsel \ 136 libsystemd-dev:mipsel \ 137 libtasn1-6-dev:mipsel \ 138 libudev-dev:mipsel \ 139 liburing-dev:mipsel \ 140 libusb-1.0-0-dev:mipsel \ 141 libusbredirhost-dev:mipsel \ 142 libvdeplug-dev:mipsel \ 143 libvirglrenderer-dev:mipsel \ 144 libvte-2.91-dev:mipsel \ 145 libzstd-dev:mipsel \ 146 nettle-dev:mipsel \ 147 systemtap-sdt-dev:mipsel \ 148 zlib1g-dev:mipsel && \ 149 eatmydata apt-get autoremove -y && \ 150 eatmydata apt-get autoclean -y && \ 151 mkdir -p /usr/local/share/meson/cross && \ 152 printf "[binaries]\n\ 153c = '/usr/bin/mipsel-linux-gnu-gcc'\n\ 154ar = '/usr/bin/mipsel-linux-gnu-gcc-ar'\n\ 155strip = '/usr/bin/mipsel-linux-gnu-strip'\n\ 156pkgconfig = '/usr/bin/mipsel-linux-gnu-pkg-config'\n\ 157\n\ 158[host_machine]\n\ 159system = 'linux'\n\ 160cpu_family = 'mips'\n\ 161cpu = 'mipsel'\n\ 162endian = 'little'\n" > /usr/local/share/meson/cross/mipsel-linux-gnu && \ 163 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \ 164 mkdir -p /usr/libexec/ccache-wrappers && \ 165 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-cc && \ 166 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-gcc 167 168ENV ABI "mipsel-linux-gnu" 169ENV MESON_OPTS "--cross-file=mipsel-linux-gnu" 170ENV QEMU_CONFIGURE_OPTS --cross-prefix=mipsel-linux-gnu- 171ENV DEF_TARGET_LIST mipsel-softmmu,mipsel-linux-user 172# As a final step configure the user (if env is defined) 173ARG USER 174ARG UID 175RUN if [ "${USER}" ]; then \ 176 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi 177