[cicd] add docker build workflow
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#FROM rust:latest
|
||||
FROM rust:1.90.0-trixie
|
||||
|
||||
RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
|
||||
RUN cargo binstall dioxus-cli --version 0.6.3
|
||||
Reference in New Issue
Block a user