File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ VERSION=4.22.0.0
1919# The build options.
2020# The default value for is "-Dnoredist -DskipTests -Dsystemvm-kvm -Dsystemvm-xen -Dsystemvm-vmware"
2121# Please refer to https://github.com/weizhouapache/docker-cloudstack-builder/blob/main/README.md
22- BUILD_OPTS="-DskipTests"
22+ BUILD_OPTS=
2323
2424# The options for `package.sh` (RPM only)
2525# Please refer to https://github.com/apache/cloudstack/blob/main/packaging/package.sh
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ VERSION=4.22-fix-build-on-ubuntu24
1919# The build options.
2020# The default value for is "-Dnoredist -DskipTests -Dsystemvm-kvm -Dsystemvm-xen -Dsystemvm-vmware"
2121# Please refer to https://github.com/weizhouapache/docker-cloudstack-builder/blob/main/README.md
22- BUILD_OPTS="-DskipTests"
22+ BUILD_OPTS=
2323
2424# Please set to sudo if use a non-root user
2525SUDO=
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM rockylinux:9
22MAINTAINER Wei Zhou <weizhou@apache.org>
33
44RUN yum install -y which mlocate java-17-openjdk java-17-openjdk-devel maven rpm-build \
5- && yum install -y gcc glibc-devel mkisofs python3 python3-pip python3-setuptools wget curl git --allowerasing \
5+ && yum install -y gcc glibc-devel mkisofs python3 python3-pip python3-setuptools wget curl git jq --allowerasing \
66 && alternatives --set java java-17-openjdk.x86_64 \
77 && alternatives --set javac java-17-openjdk.x86_64
88
You can’t perform that action at this time.
0 commit comments