2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/scripts/build/Dockerfile.openj9-ubuntu
Sebastiaan van Stijn 3957d9533b Switch to python 3 variants of dependencies on debian-based builds
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-20 00:18:24 -07:00

32 lines
492 B
Docker

FROM adoptopenjdk/openjdk8-openj9:latest
RUN apt-get update && apt-get install -y --no-install-recommends protobuf-c-compiler \
libprotobuf-c-dev \
libaio-dev \
python3-future \
libprotobuf-dev \
protobuf-compiler \
libcap-dev \
libnl-3-dev \
gdb \
bash \
python3-protobuf \
python3-yaml \
libnet-dev \
libnl-route-3-dev \
libbsd-dev \
make \
git \
pkg-config \
iptables \
gcc \
maven
COPY . /criu
WORKDIR /criu
RUN make
ENTRYPOINT mvn -f test/javaTests/pom.xml test