We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2881075 commit db26e37Copy full SHA for db26e37
containers/ci/general-worker/Dockerfile
@@ -19,6 +19,7 @@ RUN apt update && apt install -y --no-install-recommends \
19
buildah \
20
bzip2 \
21
ca-certificates \
22
+ coreutils \
23
cmake \
24
curl \
25
device-tree-compiler \
@@ -27,6 +28,7 @@ RUN apt update && apt install -y --no-install-recommends \
27
28
flex \
29
g++ \
30
gawk \
31
+ gcc \
32
genisoimage \
33
git \
34
jq \
@@ -42,6 +44,7 @@ RUN apt update && apt install -y --no-install-recommends \
42
44
python3 \
43
45
sbsigntool \
46
skopeo \
47
+ tar \
48
texinfo \
49
u-boot-tools \
50
util-linux \
containers/ci/general-worker/VERSION
@@ -1,2 +1,2 @@
1
# ONLY UPDATE ONCE READY TO BUILD NEW RELEASE
2
-20250107
+20250721
0 commit comments