Skip to content

Commit

Permalink
Desperate attempt VIII 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 6db7fcc commit bbe0924
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 @@ -8,7 +8,7 @@ COPY ./docker/ubi.repo /etc/yum.repos.d/ubi.repo

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

RUN mkdir /tmp/build

Expand Down

0 comments on commit bbe0924

Please sign in to comment.