fix: docker dep

This commit is contained in:
boypt
2026-04-07 15:55:09 +08:00
parent 65f81fe564
commit 742cc513d8

View File

@@ -18,7 +18,7 @@ RUN export CHINA_MIRROR="$CHINA_MIRROR" && \
elif [ "$VERSION_NUM" = "7" ]; then \
yum install -y systemd-devel perl perl-IPC-Cmd perl-Time-Piece ;\
elif [ "$VERSION_NUM" = "6" ]; then \
yum install -y perl perl-IPC-Cmd perl-Time-Piece ;\
yum install -y util-linux-ng perl perl-IPC-Cmd perl-Time-Piece ;\
elif [ "$VERSION_NUM" = "5" ]; then \
yum install -y gcc44; \
fi && \