mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
build/docker: install packages to run tests
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
8fc954ab63
commit
5604ccbe60
2 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue