From c2eab20b54222ceb3a79454ff6af5f14a3058c95 Mon Sep 17 00:00:00 2001 From: peng9808 <144866407+peng9808@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:59:45 +0800 Subject: [PATCH] Update Dockerfile.rhel9 --- docker-drbd9/Dockerfile.rhel9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-drbd9/Dockerfile.rhel9 b/docker-drbd9/Dockerfile.rhel9 index 7ceefdc..24c2738 100644 --- a/docker-drbd9/Dockerfile.rhel9 +++ b/docker-drbd9/Dockerfile.rhel9 @@ -24,7 +24,8 @@ RUN dnf -y update-minimal --security --sec-severity=Important --sec-severity=Cri pip-3 install https://github.com/LINBIT/python-lbdist/archive/master.tar.gz COPY --from=extrapkgs /pkgs /pkgs -RUN dnf install -y /pkgs/*.rpm # !lbbuild +#RUN dnf install -y /pkgs/*.rpm # !lbbuild +RUN dnf install -y --skip-broken /pkgs/*.rpm # !lbbuild # or # =lbbuild RUN curl -fsSL https://nexus.at.linbit.com/repository/lbbuild/from_rhel_repos.sh | bash -s -- elfutils-libelf-devel