From 50b5b2ee8b31a7aab98382d43f434c625eb4dbe7 Mon Sep 17 00:00:00 2001 From: pips Date: Tue, 23 Sep 2025 15:04:29 +0200 Subject: [PATCH] fix(builder): pass shell args --- Dockerfile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index 9959526..bfd07b6 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -16,4 +16,4 @@ RUN apt-get update && \ libpipewire-0.3-dev \ libpango1.0-dev \ libdisplay-info-dev && \ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y