Add Dockerfile
This commit is contained in:
commit
406942b481
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM forgejo.neshweb.net/ci-docker-images/rust-node:latest
|
||||
RUN apt update
|
||||
RUN apt install -y 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"]
|
Loading…
Reference in a new issue