dappnode / DAppNodePackage-bitcoin

DAppNode package for bitcoin full node daemon
GNU General Public License v3.0
4 stars 7 forks source link

Fix dockerfile #35

Closed tropicar closed 1 year ago

tropicar commented 1 year ago

Change the code a little bit in order to make it more readable and change the ${UPSTREAM_VERSION#?} to ${UPSTREAM_VERSION}, this is required now, because the first one remove the first value of the string. And that provoked the error.