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