Apply suggestions

This commit is contained in:
Uruk
2024-02-23 18:36:32 +01:00
parent c005fa0d0f
commit 8698aba49e

View File

@@ -70,13 +70,35 @@ RUN if test "${PACKAGE_ARCH}" != "$( dpkg --print-architecture )"; then \
&& cd cross-gcc-packages-amd64/cross-gcc-${GCC_VERSION}-${PACKAGE_ARCH} \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
apt-get -f install --no-install-recommends -o Dpkg::Options::="--force-overwrite" -y \
bison flex libtool gdb sharutils netbase libmpc-dev libmpfr-dev libgmp-dev \
systemtap-sdt-dev autogen expect chrpath zlib1g-dev zip \
binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf \
gcc-${GCC_VERSION}-source libstdc++-${GCC_VERSION}-dev-${PACKAGE_ARCH}-cross \
libc6-dev:${PACKAGE_ARCH} linux-libc-dev:${PACKAGE_ARCH} libgcc1:${PACKAGE_ARCH} libstdc++-${GCC_VERSION}-dev:${PACKAGE_ARCH} \
libfontconfig*-dev:${PACKAGE_ARCH} libcurl*openssl-dev:${PACKAGE_ARCH} libfreetype*-dev:${PACKAGE_ARCH} libssl-dev:${PACKAGE_ARCH} \
libssl[13].*:${PACKAGE_ARCH} liblttng-ust*:${PACKAGE_ARCH} \
bison \
flex \
libtool \
gdb \
sharutils \
netbase \
libmpc-dev \
libmpfr-dev \
libgmp-dev \
systemtap-sdt-dev \
autogen \
expect \
chrpath \
zlib1g-dev \
zip \
binutils-aarch64-linux-gnu \
binutils-arm-linux-gnueabihf \
gcc-${GCC_VERSION}-source \
libstdc++-${GCC_VERSION}-dev-${PACKAGE_ARCH}-cross \
libc6-dev:${PACKAGE_ARCH} \
linux-libc-dev:${PACKAGE_ARCH} \
libgcc1:${PACKAGE_ARCH} \
libstdc++-${GCC_VERSION}-dev:${PACKAGE_ARCH} \
libfontconfig*-dev:${PACKAGE_ARCH} \
libcurl*openssl-dev:${PACKAGE_ARCH} \
libfreetype*-dev:${PACKAGE_ARCH} \
libssl-dev:${PACKAGE_ARCH} \
libssl[13].*:${PACKAGE_ARCH} \
liblttng-ust*:${PACKAGE_ARCH} \
&& apt-get clean autoclean -y \
&& apt-get autoremove -y \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*