Commit 4ab2237f authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Dockerfile: add more packages

These packages are needed for proper build:

* git-core: to get CRIU version (see Makefile)
* pkg-config, libselinux-dev: to check for selinux
  (see criu/Makefile.config)
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c38f6db0
......@@ -12,7 +12,10 @@ RUN apt-get update && apt-get install -y \
libcap-dev \
iptables \
libnl-3-dev \
libcap-dev
libcap-dev \
libselinux-dev \
pkg-config \
git-core
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