remove packages bundled in dotnet/sdk base image

This commit is contained in:
h1dden-da3m0n 2021-08-05 00:25:58 +02:00
parent 6a3ec7b479
commit ea798de61f
10 changed files with 18 additions and 17 deletions

View File

@ -13,7 +13,7 @@ ENV IS_DOCKER=YES
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg \ apt-transport-https debhelper gnupg \
wget devscripts mmv libc6-dev libcurl4-openssl-dev \ devscripts mmv libcurl4-openssl-dev \
libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to build script # Link to build script

View File

@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts mmv apt-transport-https debhelper gnupg devscripts mmv
# Prepare the cross-toolchain # Prepare the cross-toolchain
RUN dpkg --add-architecture arm64 \ RUN dpkg --add-architecture arm64 \

View File

@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts mmv apt-transport-https debhelper gnupg devscripts mmv
# Prepare the cross-toolchain # Prepare the cross-toolchain
RUN dpkg --add-architecture armhf \ RUN dpkg --add-architecture armhf \

View File

@ -12,8 +12,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script

View File

@ -12,8 +12,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script

View File

@ -12,8 +12,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script

View File

@ -12,8 +12,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script

View File

@ -12,8 +12,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script

View File

@ -11,8 +11,9 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget \ apt-transport-https debhelper gnupg devscripts \
devscripts mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
# Link to docker-build script # Link to docker-build script
RUN ln -sf ${SOURCE_DIR}/deployment/build.portable /build.sh RUN ln -sf ${SOURCE_DIR}/deployment/build.portable /build.sh

View File

@ -11,8 +11,8 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment # Prepare Debian build environment
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
apt-transport-https debhelper gnupg wget devscripts \ apt-transport-https debhelper gnupg devscripts \
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ mmv libcurl4-openssl-dev libfontconfig1-dev \
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 zip libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 zip
# Link to docker-build script # Link to docker-build script