Skip to content

Commit

Permalink
Desperate attempt IX 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 bbe0924 commit 28e4db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile-ubi-base
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV PAHO_VERSION='v1.3.1'
COPY ./docker/subscription-manager.conf /etc/yum/pluginconf.d/subscription-manager.conf
COPY ./docker/ubi.repo /etc/yum.repos.d/ubi.repo

RUN yum install -y yum-config-manager

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

0 comments on commit 28e4db2

Please sign in to comment.