Install missing lib for sqlite

This commit is contained in:
Aaron Dewes 2021-02-28 15:33:16 +01:00 committed by GitHub
parent a5155f1efe
commit 2f65e78ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/