summaryrefslogtreecommitdiffstats
path: root/installer/roles
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2018-09-27 23:29:04 +0200
committerShane McDonald <me@shanemcd.com>2018-09-28 21:48:33 +0200
commit86140dec0843dc43e503d8ea9bd931ddbc250c65 (patch)
tree50733907348ed0551f64a301d101f9a7e42992df /installer/roles
parentUpdates to versioning system. (diff)
downloadawx-86140dec0843dc43e503d8ea9bd931ddbc250c65.tar.xz
awx-86140dec0843dc43e503d8ea9bd931ddbc250c65.zip
Revert "Fix sdist builder image"
This reverts commit 97472cb91b1f8ed56c37e93438519d4c8aaef206. # Conflicts: # installer/roles/image_build/tasks/main.yml
Diffstat (limited to 'installer/roles')
-rw-r--r--installer/roles/image_build/files/Dockerfile.sdist3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/roles/image_build/files/Dockerfile.sdist b/installer/roles/image_build/files/Dockerfile.sdist
index a32c34c4c0..e66f76b97b 100644
--- a/installer/roles/image_build/files/Dockerfile.sdist
+++ b/installer/roles/image_build/files/Dockerfile.sdist
@@ -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