From 6184fb2e9d4349d56aa49b30443127005fc3b0f2 Mon Sep 17 00:00:00 2001 From: pips Date: Tue, 23 Sep 2025 14:49:31 +0200 Subject: [PATCH] fix(builder): install rustup with defaults --- Dockerfile.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.builder b/Dockerfile.builder index 6bef4bb..9959526 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 + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y