From: Steve Myers Date: Sat, 11 Feb 2023 04:26:46 +0000 (-0600) Subject: Fix ci Dockerfile.ledger X-Git-Tag: v1.0.0-alpha.0~10^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=5b9e0e392a246b7cafa3fa6836be7603b039bad7;p=bdk Fix ci Dockerfile.ledger --- diff --git a/ci/Dockerfile.ledger b/ci/Dockerfile.ledger index 5fe2dd88..fb4c6bc4 100644 --- a/ci/Dockerfile.ledger +++ b/ci/Dockerfile.ledger @@ -6,4 +6,4 @@ RUN apt-get install wget -y RUN wget "https://github.com/LedgerHQ/speculos/blob/master/apps/nanos%23btc%232.1%231c8db8da.elf?raw=true" -O /speculos/btc.elf ADD automation.json /speculos/automation.json -ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--display", "headless", "--vnc-port", "41000", "btc.elf"] +ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanos", "--display", "headless", "--vnc-port", "41000", "btc.elf"]