From 903c7ef752b8cc5c5e035e7a8594f60162ee4f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 10 Dec 2024 15:20:49 +0100 Subject: [PATCH] build new ci image --- scripts/desktop-wallet-ci.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/desktop-wallet-ci.Dockerfile b/scripts/desktop-wallet-ci.Dockerfile index ec4f0bf2c..bf8fbd798 100644 --- a/scripts/desktop-wallet-ci.Dockerfile +++ b/scripts/desktop-wallet-ci.Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \ libudev-dev \ libusb-1.0-0-dev \ rpm \ - awscli + awscli \ + sl RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh