Remove deprecated library from Dockerfile (#3420)

* Update Dockerfile
* Remove zlib1g:i386 from general.sh as well
This commit is contained in:
Igor Pečovnik
2022-01-22 06:04:41 +01:00
committed by GitHub
parent e610f00bc7
commit 1b18df3c83
2 changed files with 2 additions and 3 deletions

View File

@@ -1371,7 +1371,7 @@ prepare_host()
if [[ $(dpkg --print-architecture) == amd64 ]]; then
hostdeps+=" distcc lib32ncurses-dev lib32stdc++6 libc6-i386 zlib1g:i386"
hostdeps+=" distcc lib32ncurses-dev lib32stdc++6 libc6-i386"
grep -q i386 <(dpkg --print-foreign-architectures) || dpkg --add-architecture i386
elif [[ $(dpkg --print-architecture) == arm64 ]]; then