Skip to content

Commit

Permalink
Merge pull request #53 from AaronDewes/patch-3
Browse files Browse the repository at this point in the history
Install missing lib for sqlite
  • Loading branch information
nolim1t authored Mar 1, 2021
2 parents a5155f1 + 2f65e78 commit 70c51d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 0.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ RUN apk add --no-cache \
libevent \
libsodium \
libstdc++ \
libzmq
libzmq \
sqlite-libs

COPY --from=builder /opt/bitcoin-$VERSION/bin/bitcoin* /usr/local/bin/

Expand Down

0 comments on commit 70c51d4

Please sign in to comment.