Merge pull request #8775 from rooftopcellist/powertools

Fix image build - powertools repo ref changed

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-12-07 16:53:39 +00:00
committed by GitHub

View File

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