Remove unnecessary ENV flags from Bitcoin Dockerfile

This commit is contained in:
Luke Parker 2023-10-21 20:12:41 -04:00
parent 1bff2a0447
commit 46e1f85085
No known key found for this signature in database

View file

@ -2,8 +2,6 @@
FROM alpine:latest as builder FROM alpine:latest as builder
ENV BITCOIN_VERSION=25.1 ENV BITCOIN_VERSION=25.1
ENV GLIBC_VERSION=2.28-r0
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
WORKDIR /home/bitcoin WORKDIR /home/bitcoin