COPY /os/ / # buildkit |
RUN /usr/bin/ldconfig # buildkit |
RUN /bin/sh -c pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/ # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c pacman-key --init && pacman-key --populate archlinux && pacman-key --populate navos && pacman -Sy --noconfirm # buildkit |
RUN /bin/sh -c 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 # buildkit |
RUN /bin/sh -c rustup default nightly && rustup target add wasm32-unknown-unknown # buildkit |
RUN /bin/sh -c cargo install dioxus-cli # buildkit |