Skip to content

Commit

Permalink
Remove deprecated libbitcoin from dockerfile steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Oct 9, 2024
1 parent 0458a90 commit 470d9a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 470d9a1

Please sign in to comment.