Lines Matching +full:libnfs +full:- +full:dev

1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
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 \
20 ca-certificates \
25 exuberant-ctags \
33 libglib2.0-dev \
40 ninja-build \
41 openssh-client \
44 python3-numpy \
45 python3-opencv \
46 python3-pillow \
47 python3-pip \
48 python3-sphinx \
49 python3-sphinx-rtd-theme \
50 python3-venv \
51 python3-yaml \
53 rustc-web \
59 tesseract-ocr \
60 tesseract-ocr-eng \
61 vulkan-tools \
64 eatmydata apt-get autoremove -y && \
65 eatmydata apt-get autoclean -y && \
66 sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
67 dpkg-reconfigure locales && \
68 rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
70 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
71 ENV LANG "en_US.UTF-8"
77 dpkg --add-architecture armhf && \
78 eatmydata apt-get update && \
79 eatmydata apt-get dist-upgrade -y && \
80 eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
81 eatmydata apt-get install --no-install-recommends -y \
82 gcc-arm-linux-gnueabihf \
83 libaio-dev:armhf \
85 libasound2-dev:armhf \
86 libattr1-dev:armhf \
87 libbpf-dev:armhf \
88 libbrlapi-dev:armhf \
89 libbz2-dev:armhf \
90 libc6-dev:armhf \
91 libcacard-dev:armhf \
92 libcap-ng-dev:armhf \
93 libcapstone-dev:armhf \
94 libcbor-dev:armhf \
95 libcmocka-dev:armhf \
96 libcurl4-gnutls-dev:armhf \
97 libdaxctl-dev:armhf \
98 libdrm-dev:armhf \
99 libepoxy-dev:armhf \
100 libfdt-dev:armhf \
101 libffi-dev:armhf \
102 libfuse3-dev:armhf \
103 libgbm-dev:armhf \
104 libgcrypt20-dev:armhf \
105 libglib2.0-dev:armhf \
106 libglusterfs-dev:armhf \
107 libgnutls28-dev:armhf \
108 libgtk-3-dev:armhf \
109 libgtk-vnc-2.0-dev:armhf \
110 libibverbs-dev:armhf \
111 libiscsi-dev:armhf \
112 libjemalloc-dev:armhf \
113 libjpeg62-turbo-dev:armhf \
114 libjson-c-dev:armhf \
115 liblttng-ust-dev:armhf \
116 liblzo2-dev:armhf \
117 libncursesw5-dev:armhf \
118 libnfs-dev:armhf \
119 libnuma-dev:armhf \
120 libpam0g-dev:armhf \
121 libpcre2-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 libsndio-dev:armhf \
136 libspice-protocol-dev:armhf \
137 libspice-server-dev:armhf \
138 libssh-dev:armhf \
139 libsystemd-dev:armhf \
140 libtasn1-6-dev:armhf \
142 libudev-dev:armhf \
143 liburing-dev:armhf \
144 libusb-1.0-0-dev:armhf \
145 libusbredirhost-dev:armhf \
146 libvdeplug-dev:armhf \
147 libvirglrenderer-dev:armhf \
148 libvte-2.91-dev:armhf \
149 libxdp-dev:armhf \
150 libxen-dev:armhf \
151 libzstd-dev:armhf \
152 nettle-dev:armhf \
153 systemtap-sdt-dev:armhf \
154 zlib1g-dev:armhf && \
155 eatmydata apt-get autoremove -y && \
156 eatmydata apt-get autoclean -y && \
157 mkdir -p /usr/local/share/meson/cross && \
159 c = '/usr/bin/arm-linux-gnueabihf-gcc'\n\
160 ar = '/usr/bin/arm-linux-gnueabihf-gcc-ar'\n\
161 strip = '/usr/bin/arm-linux-gnueabihf-strip'\n\
162 pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'\n\
168 endian = 'little'\n" > /usr/local/share/meson/cross/arm-linux-gnueabihf && \
169 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \
170 mkdir -p /usr/libexec/ccache-wrappers && \
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-gcc
174 ENV ABI "arm-linux-gnueabihf"
175 ENV MESON_OPTS "--cross-file=arm-linux-gnueabihf"
176 ENV RUST_TARGET "armv7-unknown-linux-gnueabihf"
177 ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf-
178 ENV DEF_TARGET_LIST arm-softmmu,arm-linux-user
183 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi