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 \ ...@@ -31,7 +31,10 @@ RUN apk add \
iptables \ iptables \
iproute2 \ iproute2 \
tar \ tar \
bash bash \
go \
e2fsprogs \
asciidoc xmlto
RUN pip install protobuf ipaddress RUN pip install protobuf ipaddress junit_xml
RUN make -C test/zdtm RUN make -C test/zdtm
...@@ -24,10 +24,14 @@ RUN yum install -y \ ...@@ -24,10 +24,14 @@ RUN yum install -y \
python \ python \
python-ipaddress \ python-ipaddress \
python2-future \ python2-future \
python2-junit_xml \
python-yaml \ python-yaml \
python-six \ python-six \
tar \ tar \
which which \
e2fsprogs \
python2-pip \
asciidoc xmlto
COPY . /criu COPY . /criu
WORKDIR /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