Commit 4322e4c3 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

dockerfile: add Dockerfile.tmpl

Fixes: afae962c ("dockerfile: extract a common part in one file")
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6c5bde3b
RUN apt-get update
RUN apt-get update && apt-get install -y \
build-essential \
protobuf-c-compiler \
libprotobuf-c0-dev \
libprotobuf-dev \
bsdmainutils \
protobuf-compiler \
python-minimal \
libaio-dev \
iptables \
libnl-3-dev
COPY . /criu
WORKDIR /criu
RUN make clean && make -j $(nproc)
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