Skip to content

Commit 3940daf

Browse files
authored
Add for V5.7
1 parent 157d26e commit 3940daf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM rockylinux:9.3
2+
3+
# Install dependency other
4+
RUN set -eux \
5+
&& yum install -y python3 automake make gcc gcc-c++ \
6+
java ant zlib-devel tcl zip rpm-build rsync procps-ng systemd \
7+
&& yum clean all

0 commit comments

Comments
 (0)