rust-tauri/Dockerfile
Neshura 0dd35794ed
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 9m37s
Update Dockerfile
2023-12-19 23:02:28 +00:00

6 lines
252 B
Docker

FROM forgejo.neshweb.net/ci-docker-images/rust-node:latest
RUN apt update
RUN apt install -y npm libwebkit2gtk-4.0-dev build-essential libgtk-3-dev libayatana-appindicator3-dev
RUN npm install --global yarn vite
RUN cargo install tauri-cli
CMD ["bash"]