commit 406942b481bd9b4f2e89c7c6f3e21a0ac95307de Author: Neshura Date: Tue Dec 19 22:52:15 2023 +0000 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e359bf9 --- /dev/null +++ b/Dockerfile @@ -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"] \ No newline at end of file