diff --git a/scripts/build/Dockerfile.alpine b/scripts/build/Dockerfile.alpine index 21647e1e1..c35104c64 100644 --- a/scripts/build/Dockerfile.alpine +++ b/scripts/build/Dockerfile.alpine @@ -31,7 +31,10 @@ RUN apk add \ iptables \ iproute2 \ tar \ - bash + bash \ + 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