We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0942822 commit 79da159Copy full SHA for 79da159
docker-bake.hcl
@@ -200,8 +200,8 @@ target "v0-20-0" {
200
ALPINE_VERSION = "3.12.12"
201
BITCOIN_VERSION = "0.20.0"
202
COMMIT_SHA = "0bbff8feff0acf1693dfe41184d9a4fd52001d3f"
203
- EXTRA_PACKAGES = "sqlite-dev miniupnpc"
204
- EXTRA_RUNTIME_PACKAGES = "boost-filesystem sqlite-dev"
+ EXTRA_PACKAGES = "sqlite-dev miniupnpc-dev"
+ EXTRA_RUNTIME_PACKAGES = "boost-filesystem miniupnpc-dev sqlite-dev"
205
}
206
207
0 commit comments