diff --git a/scripts/coredeps/Dockerfile b/scripts/coredeps/Dockerfile index 62bda3040a..55b90d9f6e 100644 --- a/scripts/coredeps/Dockerfile +++ b/scripts/coredeps/Dockerfile @@ -6,4 +6,4 @@ FROM $BASEIMAGE RUN pipx install tox COPY install-rust.sh /scripts/ RUN /scripts/install-rust.sh -RUN yum install -y perl-IPC-Cmd +RUN if command -v yum; then yum install -y perl-IPC-Cmd; fi