Bugfix - add missing dependency (#3824)
Neede for assembling Orangepizero2 legacy boot loader
This commit is contained in:
parent
ee6f0f8bd1
commit
5847e91f18
@ -33,6 +33,7 @@ RUN apt-get update \
|
||||
bison \
|
||||
btrfs-progs \
|
||||
build-essential \
|
||||
busybox \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
cpio \
|
||||
|
||||
@ -1379,7 +1379,7 @@ prepare_host()
|
||||
build-essential ca-certificates ccache cpio cryptsetup curl \
|
||||
debian-archive-keyring debian-keyring debootstrap device-tree-compiler \
|
||||
dialog dirmngr dosfstools dwarves f2fs-tools fakeroot flex gawk \
|
||||
gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu gdisk gpg \
|
||||
gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu gdisk gpg busybox \
|
||||
imagemagick jq kmod libbison-dev libc6-dev-armhf-cross libcrypto++-dev \
|
||||
libelf-dev libfdt-dev libfile-fcntllock-perl parallel \
|
||||
libfl-dev liblz4-tool libncurses-dev libpython2.7-dev libssl-dev \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user