Skip to content

Commit db26e37

Browse files
committed
containers/general-worker: Bump version
1 parent 2881075 commit db26e37

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

containers/ci/general-worker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt update && apt install -y --no-install-recommends \
1919
buildah \
2020
bzip2 \
2121
ca-certificates \
22+
coreutils \
2223
cmake \
2324
curl \
2425
device-tree-compiler \
@@ -27,6 +28,7 @@ RUN apt update && apt install -y --no-install-recommends \
2728
flex \
2829
g++ \
2930
gawk \
31+
gcc \
3032
genisoimage \
3133
git \
3234
jq \
@@ -42,6 +44,7 @@ RUN apt update && apt install -y --no-install-recommends \
4244
python3 \
4345
sbsigntool \
4446
skopeo \
47+
tar \
4548
texinfo \
4649
u-boot-tools \
4750
util-linux \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ONLY UPDATE ONCE READY TO BUILD NEW RELEASE
2-
20250107
2+
20250721

0 commit comments

Comments
 (0)