mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 23:42:29 +02:00
Install missing lib for sqlite
This commit is contained in:
parent
a5155f1efe
commit
2f65e78ec9
@ -205,7 +205,8 @@ RUN apk add --no-cache \
|
|||||||
libevent \
|
libevent \
|
||||||
libsodium \
|
libsodium \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
libzmq
|
libzmq \
|
||||||
|
sqlite-libs
|
||||||
|
|
||||||
COPY --from=builder /opt/bitcoin-$VERSION/bin/bitcoin* /usr/local/bin/
|
COPY --from=builder /opt/bitcoin-$VERSION/bin/bitcoin* /usr/local/bin/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user