Skip to content

Commit

Permalink
Update Dockerfile.rhel8
Browse files Browse the repository at this point in the history
  • Loading branch information
peng9808 authored Jan 10, 2024
1 parent e1a218d commit 6be83c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-drbd9/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN alternatives --set python /usr/bin/python3 && cd /tmp && wget https://github
rm -rf python-lbdist-master master.tar.gz

COPY --from=extrapkgs /pkgs /pkgs
RUN yum install -y /pkgs/*.rpm # !lbbuild
#RUN yum install -y /pkgs/*.rpm # !lbbuild
RUN yum install -y --skip-broken /pkgs/*.rpm
# or
# =lbbuild RUN curl -fsSL https://nexus.at.linbit.com/repository/lbbuild/from_rhel_repos.sh | bash -s -- elfutils-libelf-devel

Expand Down

0 comments on commit 6be83c4

Please sign in to comment.