This commit is contained in:
Léo Haf 2024-10-18 20:30:49 +02:00
parent 10b68beccd
commit b0056ca078
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005

View File

@ -191,7 +191,8 @@ RUN apk add --no-cache \
libsodium \
libstdc++ \
libzmq \
sqlite-libs
sqlite-libs \
curl
COPY --from=builder /opt/bitcoin-$VERSION/bin/bitcoin* /usr/local/bin/
@ -206,8 +207,6 @@ USER $USER
# Prevents `VOLUME $DIR/.bitcoind/` being created as owned by `root`
RUN mkdir -p "$DIR/.bitcoin/"
RUN apk add --no-cache curl
# Expose volume containing all `bitcoind` data
VOLUME $DIR/.bitcoin/