BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

scripts/container: add container selection for dockerinit #1046

Closed Beerosagos closed 1 year ago

Beerosagos commented 1 year ago

In cb16b81 and b9a05b1 we added podman support for containers, but make dockerinit was still fixed on docker, causing ad error when building and executing a new image with podman installed. This updates the Makefile to use podman if available also when building the image.