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