rust-tauri/Dockerfile

6 lines
252 B
Docker
Raw Normal View History

2023-12-19 22:52:15 +00:00
FROM forgejo.neshweb.net/ci-docker-images/rust-node:latest
RUN apt update
2023-12-19 23:02:28 +00:00
RUN apt install -y npm libwebkit2gtk-4.0-dev build-essential libgtk-3-dev libayatana-appindicator3-dev
2023-12-19 22:52:15 +00:00
RUN npm install --global yarn vite
RUN cargo install tauri-cli
CMD ["bash"]