Update Dockerfile
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 9m37s
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 9m37s
This commit is contained in:
parent
2023c55ed9
commit
0dd35794ed
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +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 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"]
|
Loading…
Reference in a new issue