mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +00:00
dockerfile: add Dockerfile.tmpl
Fixes: afae962c66
("dockerfile: extract a common part in one file")
Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
6c5bde3b5b
commit
4322e4c35c
18
scripts/build/Dockerfile.tmpl
Normal file
18
scripts/build/Dockerfile.tmpl
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
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)
|
Reference in New Issue
Block a user