mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Revert "Fix sdist builder image"
This reverts commit 97472cb91b.
# Conflicts:
# installer/roles/image_build/tasks/main.yml
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
RUN yum install -y epel-release
|
RUN yum install -y epel-release
|
||||||
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm
|
|
||||||
|
|
||||||
RUN yum install -y bzip2 \
|
RUN yum install -y bzip2 \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gettext \
|
gettext \
|
||||||
git2u-core \
|
git \
|
||||||
make \
|
make \
|
||||||
python \
|
python \
|
||||||
python-pip
|
python-pip
|
||||||
|
|||||||
Reference in New Issue
Block a user