You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/docker/fedora.Dockerfile

12 lines
185 B
Docker

FROM fedora:latest
RUN dnf update -y && \
dnf upgrade -y && \
dnf install -y cmake make git gcc gcc-c++ libcap-devel curl
WORKDIR /src/
COPY . /src/
RUN make -j8 JSONRPC=ON