mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove deprecated library from Dockerfile (#3420)
* Update Dockerfile * Remove zlib1g:i386 from general.sh as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user