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

@@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
# Prepare Debian build environment
RUN apt-get update -yqq \
&& 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
RUN dpkg --add-architecture arm64 \