Bugfix - add missing dependency (#3824)

Neede for assembling Orangepizero2 legacy boot loader
This commit is contained in:
Igor Pečovnik 2022-05-27 08:58:25 +02:00 committed by GitHub
parent ee6f0f8bd1
commit 5847e91f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ RUN apt-get update \
bison \
btrfs-progs \
build-essential \
busybox \
ca-certificates \
ccache \
cpio \

View File

@ -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 \