ivangabriele / docker-tauri

Full-featured Tauri Docker OS images with tauri-driver (WebDriver), Tarpaulin and Node.js + Yarn.
https://hub.docker.com/repository/docker/ivangabriele/tauri
23 stars 3 forks source link

Include Tauri CLI ? #15

Open atollk opened 6 days ago

atollk commented 6 days ago

Hey, I found this image via Google in search of an image I can use for my CI job to build my Tauri target. I noticed that they don't include the tauri-cli package though; wouldn't it make sense to include that? Or is that not the purpose?

ivangabriele commented 4 days ago

Hi @atollk, indeed I don't include it because in most Tauri app it's installed in dev dependencies as @tauri/cli in your package.json. But maybe that's not how your project is setup and/or you don't install dev deps in your workflow?

I could add a RUN cargo install tauri-cli in dorckerfiles.