Skip to content

Commit

Permalink
fix: install some more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 6, 2023
1 parent 8508e98 commit 44ea868
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/bash

apt-get update
apt-get install llvm lld bc bison ca-certificates curl flex gcc git libc6-dev libssl-dev openssl python3 zip zstd make clang gcc-arm-linux-gnueabi software-properties-common -y
apt-get install llvm lld bc bison ca-certificates curl flex gcc git libc6-dev \
libssl-dev openssl python3 zip zstd make clang gcc-arm-linux-gnueabi \
software-properties-common device-tree-compiler libxml2 libarchive-tools \
libelf-dev libssl-dev libtfm-dev wget xz-utils -y

bash tg_utils.sh msg "gh $RUN_NUM: cloning kernel source, repo: $REPO"
git clone --depth=1 https://github.com/$REPO -b $KERNEL_BRANCH kernel
Expand Down

0 comments on commit 44ea868

Please sign in to comment.