Skip to content

Commit

Permalink
updated containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed Mar 25, 2024
1 parent 0f13d04 commit 360496c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit 360496c

Please sign in to comment.