Commit 5604ccbe authored by Andrei Vagin's avatar Andrei Vagin Committed by Pavel Emelyanov

build/docker: install packages to run tests

Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 8fc954ab
......@@ -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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment