Create dockerfile for ubuntu

pull/75/head
Michael 6 years ago
parent 1d0602100f
commit 6251626349
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -0,0 +1,10 @@
FROM ubuntu:latest
RUN apt update && \
apt install -y build-essential cmake git libcap-dev wget rapidjson-dev
WORKDIR /src/
COPY . /src/
RUN make -j 8 JSONRPC=ON
Loading…
Cancel
Save