mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
scripts/bootstrap.sh: fix openssh bootstrap
Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it.
This commit is contained in:
parent
c7215c6d6f
commit
e6b7d47e7a
@ -101,8 +101,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
|
||||
gmp mpfr3 mpc1 isl cloog gcc \
|
||||
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \
|
||||
attr libcap patch sudo acl fakeroot tar \
|
||||
pax-utils lzip abuild openssh \
|
||||
ncurses libcap-ng util-linux libaio lvm2 popt xz \
|
||||
pax-utils lzip abuild ncurses libedit openssh \
|
||||
libcap-ng util-linux libaio lvm2 popt xz \
|
||||
json-c argon2 cryptsetup kmod lddtree mkinitfs \
|
||||
community/go libffi community/ghc \
|
||||
$KERNEL_PKG ; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user