mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -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
|
||||
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm
|
||||
|
||||
RUN yum install -y bzip2 \
|
||||
gcc-c++ \
|
||||
gettext \
|
||||
git2u-core \
|
||||
git \
|
||||
make \
|
||||
python \
|
||||
python-pip
|
||||
|
||||
Reference in New Issue
Block a user