Skip to content

Commit 258f6f3

Browse files
committed
feat: add base pkgs
1 parent 71a64d1 commit 258f6f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4747
--mount=type=cache,target=/var/lib/apt,sharing=locked \
4848
export DEBIAN_FRONTEND=noninteractive && \
4949
apt-get update && apt-get install -y \
50+
bc \
5051
build-essential \
5152
bzip2 \
5253
cpp \
5354
curl \
5455
device-tree-compiler \
56+
git-core \
5557
lbzip2 \
5658
mkbootimg \
5759
nano \

0 commit comments

Comments
 (0)