Skip to content

Commit 00d7ddb

Browse files
added zip dependency
1 parent 0463caf commit 00d7ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3
44
# Install necessary dependencies
55
RUN dnf install -y \
66
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
7-
dnf install -y git cmake ninja-build gcc-c++ rust cargo zip \
7+
dnf install -y git cmake ninja-build gcc-c++ rust cargo zip dos2unix \
88
python3 python3-devel && \
99
dnf clean all
1010

0 commit comments

Comments
 (0)