Update ubuntu dockerfile to use static linking

pull/705/head
Michael 5 years ago
parent 5cef2865bd
commit f6d3ce4d8e
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -11,4 +11,4 @@ WORKDIR /src/
COPY . /src/
RUN make NINJA=ninja JSONRPC=ON
RUN make NINJA=ninja JSONRPC=ON STATIC_LINK=ON

Loading…
Cancel
Save