From e283d7c23661192cd15c46489f8b1d540a456243 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Tue, 3 Jun 2025 23:08:25 +0200 Subject: [PATCH] init --- Containerfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Containerfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..2f13936 --- /dev/null +++ b/Containerfile @@ -0,0 +1,19 @@ +FROM git.hydrar.de/navos/navos:latest + +RUN pacman-key --init && pacman-key --populate archlinux && pacman-key --populate navos && pacman -Sy --noconfirm + +RUN pacman -S --noconfirm --needed \ + webkit2gtk-4.1 \ + base-devel \ + curl \ + wget \ + file \ + openssl \ + appmenu-gtk-module \ + libappindicator-gtk3 \ + librsvg \ + xdotool tailwindcss-bin rustup && pacman -Scc --noconfirm + +RUN rustup default nightly && rustup target add wasm32-unknown-unknown + +RUN cargo install dioxus-cli