This commit is contained in:
JMARyA 2025-05-28 15:43:50 +02:00
parent b3a96ed3e3
commit ca24591d9d
12 changed files with 177 additions and 105 deletions

View file

@ -2,8 +2,6 @@ FROM git.hydrar.de/navos/navos:latest as builder
RUN pacman-key --init && pacman-key --populate archlinux && pacman-key --populate navos && pacman -Sy --noconfirm
RUN pacman -S --noconfirm tailwindcss-bin rustup
RUN pacman -S --noconfirm --needed \
webkit2gtk-4.1 \
base-devel \
@ -14,9 +12,9 @@ RUN pacman -S --noconfirm --needed \
appmenu-gtk-module \
libappindicator-gtk3 \
librsvg \
xdotool
xdotool tailwindcss-bin rustup && pacman -Scc --noconfirm
RUN rustup default nightly
RUN rustup default nightly && rustup target add wasm32-unknown-unknown
RUN cargo install dioxus-cli