From 470d9a12fcfd31c6663bf05e32c261a8a4bc5093 Mon Sep 17 00:00:00 2001 From: Shadowy Super Coder Date: Wed, 9 Oct 2024 13:07:56 -0600 Subject: [PATCH] Remove deprecated libbitcoin from dockerfile steps --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df7e513b..40eec49b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,8 +50,6 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl RUN make -j$(nproc) RUN make install RUN strip ${BITCOIN_PREFIX}/bin/* -RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a -RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0 # Build stage for compiled artifacts FROM alpine:3.18