summaryrefslogtreecommitdiff
path: root/ci/containers/libvirt-centos-7.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/libvirt-centos-7.Dockerfile')
-rw-r--r--ci/containers/libvirt-centos-7.Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/containers/libvirt-centos-7.Dockerfile b/ci/containers/libvirt-centos-7.Dockerfile
index 4562c4c..0aac9c0 100644
--- a/ci/containers/libvirt-centos-7.Dockerfile
+++ b/ci/containers/libvirt-centos-7.Dockerfile
@@ -33,24 +33,15 @@ WEiJKtQrZDJloqtyi/mmRa1VsV7RYR0VPJjhK/R8EQ7Ysshy\n\
yum install -y epel-release && \
yum update -y && \
yum install -y \
- bash \
- bash-completion \
ca-certificates \
ccache \
gcc \
- gettext \
git \
glibc-common \
- glibc-devel \
libvirt-devel \
- patch \
- perl \
- perl-App-cpanminus \
pkgconfig \
python3 \
- python3-pip \
python3-setuptools \
- python3-wheel \
python36-devel \
python36-lxml \
python36-nose \
@@ -62,9 +53,5 @@ WEiJKtQrZDJloqtyi/mmRa1VsV7RYR0VPJjhK/R8EQ7Ysshy\n\
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/$(basename /usr/bin/gcc)
ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja-build"
ENV PYTHON "/usr/bin/python3"
-
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"