mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 13:02:33 +02:00
fix
This commit is contained in:
parent
10b68beccd
commit
b0056ca078
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user