1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/docker/fedora.Dockerfile

11 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