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