mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user