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/debian.Dockerfile

11 lines
203 B
Docker

FROM debian:stable
RUN apt update && \
apt install -y build-essential cmake git libcap-dev curl ninja-build
WORKDIR /src/
COPY . /src/
RUN make NINJA=ninja JSONRPC=ON && make install NINJA=ninja