mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 13:02:33 +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 \
|
||||
libsodium \
|
||||
libstdc++ \
|
||||
libzmq
|
||||
libzmq \
|
||||
sqlite-libs
|
||||
|
||||
COPY --from=builder /opt/bitcoin-$VERSION/bin/bitcoin* /usr/local/bin/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user