diff --git a/builder.Dockerfile b/builder.Dockerfile index 0e2d3505c..3530812d9 100644 --- a/builder.Dockerfile +++ b/builder.Dockerfile @@ -2,8 +2,8 @@ FROM archlinux -RUN yes | pacman -Syu -RUN yes | pacman -Sy git libseccomp wget gcc pkg-config parallel time +RUN pacman -Syu --noconfirm +RUN pacman -Sy --noconfirm git libseccomp wget gcc pkg-config parallel time # Download an initial version of Go RUN wget "https://go.dev/dl/go1.20.4.linux-amd64.tar.gz" && \