build/docker: install packages to run tests

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin 2018-06-02 00:03:00 +03:00 committed by Pavel Emelyanov
parent 8fc954ab63
commit 5604ccbe60
2 changed files with 10 additions and 3 deletions

View file

@ -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

View file

@ -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