From 360496cf69a083885ce8ac92c5b1e7caeaaabc4d Mon Sep 17 00:00:00 2001 From: Ishaan Subramanya Date: Mon, 25 Mar 2024 17:04:06 +0530 Subject: [PATCH] updated containerfile --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index ab01e9a..43d5c99 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -ENV RUSTC_WRAPPER=/root/.cargo/bin/sccache +ENV RUSTC_WRAPPER=sccache ENV CARGO_INCREMENTAL=0 ENV CARGO_TARGET_DIR=/paxy/podman-target @@ -10,6 +10,6 @@ RUN pacman -Sy --noconfirm rustup cargo RUN /usr/bin/rustup self upgrade-data RUN rustup default nightly-2024-03-17 # Project dependencies -RUN pacman -S --noconfirm gdk-pixbuf2 pango gtk4 pkg-config +RUN pacman -Sy --noconfirm gdk-pixbuf2 pango gtk4 pkg-config # Extras RUN pacman -S --noconfirm sccache