Upgrade s6-overlay from 2.2.0.3 to 3.1.2.1 (#4584)

Also remove the unnecessary xz-utils from the final image.
This commit is contained in:
Felipe Santos
2022-12-03 13:23:19 -03:00
committed by GitHub
parent e5fe323aca
commit 94a2b6bb88
7 changed files with 24 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ if [[ "${TARGETARCH}" == "arm" ]]; then
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev
fi
apt-get purge gnupg apt-transport-https wget -y
apt-get purge gnupg apt-transport-https wget xz-utils -y
apt-get clean autoclean -y
apt-get autoremove --purge -y
rm -rf /var/lib/apt/lists/*