Commit a2ab074e authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

scripts/build/Dockerfile.rawhide: rm

It is not used, probably was committed by mistake.

Fixes: 2d093a17 ("travis: add a job to test on the fedora rawhide")
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
parent c75cb2b5
FROM fedora:rawhide
ARG CC=gcc
RUN dnf install -y git gcc make
RUN dnf install -y protobuf-devel protobuf-c-devel libaio-devel libcap-devel libnl3-devel libnet-devel
RUN dnf install -y python ccache libasan findutils tar python-yaml protobuf-python iptables iproute python-ipaddr procps-ng
COPY . /criu
WORKDIR /criu
RUN make mrproper && make -j $(nproc)
RUN pip install protobuf
RUN make -C test/zdtm/static env00
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