[CRIU] [PATCH 10/14] build/docker: install packages to run tests

Andrei Vagin avagin at virtuozzo.com
Sat Jun 2 00:03:00 MSK 2018


Signed-off-by: Andrei Vagin <avagin at virtuozzo.com>
---
 scripts/build/Dockerfile.alpine | 6 ++++--
 scripts/build/Dockerfile.centos | 6 +++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/scripts/build/Dockerfile.alpine b/scripts/build/Dockerfile.alpine
index 271f492ae..a210d0662 100644
--- a/scripts/build/Dockerfile.alpine
+++ b/scripts/build/Dockerfile.alpine
@@ -33,7 +33,9 @@ RUN apk add \
 	iproute2 \
 	tar \
 	bash \
-	go
+	go \
+	e2fsprogs \
+	asciidoc xmlto
 
-RUN pip install protobuf ipaddress
+RUN pip install protobuf ipaddress junit_xml
 RUN make -C test/zdtm
diff --git a/scripts/build/Dockerfile.centos b/scripts/build/Dockerfile.centos
index 379a84596..5f8470773 100644
--- a/scripts/build/Dockerfile.centos
+++ b/scripts/build/Dockerfile.centos
@@ -24,10 +24,14 @@ RUN yum install -y \
 	python \
 	python-ipaddress \
 	python2-future \
+	python2-junit_xml \
 	python-yaml \
 	python-six \
 	tar \
-	which
+	which \
+	e2fsprogs \
+	python2-pip \
+	asciidoc xmlto
 
 COPY . /criu
 WORKDIR /criu
-- 
2.14.3



More information about the CRIU mailing list