Skip to content

Commit 57217f5

Browse files
committed
W-17312191: Fix docker image build
1 parent fcaff26 commit 57217f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

carbonj.service/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN yum update -y && \
1818
yum install -y gcc-c++ gcc make libtool automake autoconf make python3-devel && \
1919
rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems && \
2020
yum install -y https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm && \
21-
yum install -y https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/Packages/pcp-conf-6.2.1-1.el9.$(uname -m).rpm && \
22-
yum install -y https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/Packages/pcp-libs-6.2.1-1.el9.$(uname -m).rpm && \
21+
yum install -y https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/Packages/pcp-conf-6.2.2-6.el9.$(uname -m).rpm && \
22+
yum install -y https://mirror.stream.centos.org/9-stream/AppStream/$(uname -m)/os/Packages/pcp-libs-6.2.2-6.el9.$(uname -m).rpm && \
2323
#
2424
# If sysstat version is updated, confirm iolog.sh execution and update associated version check in entrypoint.sh
2525
#

0 commit comments

Comments
 (0)