Fix image build - powertools repo ref changed

This commit is contained in:
Christian M. Adams 2020-12-07 11:08:00 -05:00
parent d14fa93ce9
commit 8795d860d6

View File

@ -26,7 +26,7 @@ USER root
RUN dnf -y update && \
dnf -y install epel-release 'dnf-command(config-manager)' && \
dnf module -y enable 'postgresql:10' && \
dnf config-manager --set-enabled PowerTools && \
dnf config-manager --set-enabled powertools && \
dnf -y install ansible \
gcc \
gcc-c++ \
@ -116,7 +116,7 @@ RUN dnf -y install \
RUN dnf -y update && \
dnf -y install epel-release 'dnf-command(config-manager)' && \
dnf module -y enable 'postgresql:10' && \
dnf config-manager --set-enabled PowerTools && \
dnf config-manager --set-enabled powertools && \
dnf -y install acl \
ansible \
bubblewrap \