Skip to content

Commit 7744d6f

Browse files
committed
rocky9.v1: install jq for ACS 4.22
1 parent bd1bf16 commit 7744d6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.rocky9.v1.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

config.ubuntu2404.v2.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2525
SUDO=

rocky9.v1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rockylinux:9
22
MAINTAINER Wei Zhou <weizhou@apache.org>
33

44
RUN 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

0 commit comments

Comments
 (0)