Neshura
0dd35794ed
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 9m37s
6 lines
252 B
Docker
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"] |