mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-22 10:02:32 +02:00
remove armv7
This commit is contained in:
parent
d0482da553
commit
10b68beccd
1
.github/workflows/on-tag.yml
vendored
1
.github/workflows/on-tag.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm32v7
|
|
||||||
- arm64v8
|
- arm64v8
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -206,9 +206,7 @@ USER $USER
|
|||||||
# Prevents `VOLUME $DIR/.bitcoind/` being created as owned by `root`
|
# Prevents `VOLUME $DIR/.bitcoind/` being created as owned by `root`
|
||||||
RUN mkdir -p "$DIR/.bitcoin/"
|
RUN mkdir -p "$DIR/.bitcoin/"
|
||||||
|
|
||||||
RUN apk update
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
RUN apk add curl
|
|
||||||
|
|
||||||
# Expose volume containing all `bitcoind` data
|
# Expose volume containing all `bitcoind` data
|
||||||
VOLUME $DIR/.bitcoin/
|
VOLUME $DIR/.bitcoin/
|
||||||
|
Loading…
Reference in New Issue
Block a user