init
This commit is contained in:
commit
e283d7c236
1 changed files with 19 additions and 0 deletions
19
Containerfile
Normal file
19
Containerfile
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue