fix(builder): pass shell args
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-09-23 15:04:29 +02:00
parent 6184fb2e9d
commit 50b5b2ee8b

View file

@ -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