We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec85b34 commit ca2afecCopy full SHA for ca2afec
docker/linux-image.sh
@@ -67,7 +67,7 @@ main() {
67
local -a deps
68
local kernel=
69
local libgcc="libgcc-s1"
70
- local ncurses=
+ # local ncurses=
71
72
# select debian arch and kernel version
73
case "${arch}" in
@@ -92,7 +92,7 @@ main() {
92
debsource="deb http://http.debian.net/debian/ buster main"
93
debsource="${debsource}\ndeb http://security.debian.org/ buster/updates main"
94
kernel='4.*-4kc-malta'
95
- ncurses="=6.1*"
+ # ncurses="=6.1*"
96
;;
97
mipsel)
98
kernel='5.*-4kc-malta'
0 commit comments