Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
5604ccbe
Commit
5604ccbe
authored
Jun 01, 2018
by
Andrei Vagin
Committed by
Pavel Emelyanov
Jul 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build/docker: install packages to run tests
Signed-off-by:
Andrei Vagin
<
avagin@virtuozzo.com
>
parent
8fc954ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
Dockerfile.alpine
scripts/build/Dockerfile.alpine
+5
-2
Dockerfile.centos
scripts/build/Dockerfile.centos
+5
-1
No files found.
scripts/build/Dockerfile.alpine
View file @
5604ccbe
...
...
@@ -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
scripts/build/Dockerfile.centos
View file @
5604ccbe
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment