Skip to content

Commit 557320c

Browse files
committed
devops: add missing cmake dep
Signed-off-by: Aaron Teo <[email protected]>
1 parent 984771f commit 557320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/s390x.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
7878
--mount=type=cache,target=/var/lib/apt/lists \
7979
apt update -y && \
8080
apt install -y \
81-
git libjpeg-dev \
81+
git cmake libjpeg-dev \
8282
python3 python3-pip python3-dev && \
8383
apt autoremove -y && \
8484
apt clean -y && \

0 commit comments

Comments
 (0)