btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
578 stars 355 forks source link

properly check Docker version #871

Open anarcat opened 8 months ago

anarcat commented 8 months ago

dpkg --compare-versions is debian-specific, but we're already debian-specific here.

Closes: #869

anarcat commented 8 months ago

this is an alternative fix for #869 that possibly addresses the fundamental issue a little better. i think it might still be worth having a way to skip this mechanism in any case.