Skip to content

Commit 8173ca6

Browse files
committed
Dockerfile: Use 23.6.0 version of perl-Test-Quattor
It wasn't built as part of 24.10.0, which needs fixing for the next release, but at least the contents haven't changed.
1 parent a035d9f commit 8173ca6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ RUN dnf install -y maven which rpm-build panc ncm-lib-blockdevices \
2828
perl-Net-OpenStack-Client perl-NetAddr-IP perl-REST-Client \
2929
perl-Set-Scalar perl-Text-Glob cpanminus gcc wget \
3030
perl-Git-Repository perl-Data-Structure-Util \
31-
perl-Test-Quattor aii-ks procps-ng rpm-build
31+
aii-ks procps-ng rpm-build
32+
33+
RUN dnf install -y http://yum.quattor.org/23.6.0/el8/perl-Test-Quattor-23.6.0-1.noarch.rpm
3234

3335
# quattor tests should not be run as root
3436
RUN useradd --user-group --create-home --no-log-init --home-dir /quattor_test quattortest

0 commit comments

Comments
 (0)