Skip to content

Commit

Permalink
Desperate attempt XI to fix boost installation for the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Feb 26, 2024
1 parent 5c249b8 commit f2f16ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubi-base
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./docker/ubi.repo /etc/yum.repos.d/ubi.repo
RUN yum install -y yum-utils

RUN yum-config-manager --nogpgcheck --disable pgdg10
RUN yum-config-manager --nogpgcheck --disable pgdg11
#RUN yum-config-manager --nogpgcheck --disable pgdg11
RUN rm /var/cache/dnf/*

RUN mkdir /tmp/build
Expand Down

0 comments on commit f2f16ec

Please sign in to comment.