diff --git a/Dockerfile b/Dockerfile index 828a565..69909f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN cargo build --release FROM git.hydrar.de/navos/navos:latest -RUN pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync +RUN pacman -Syu --noconfirm && pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync COPY --from=builder /app/target/release/pacco /usr/bin/pacco