diff --git a/Dockerfile b/Dockerfile index a677b7a..c752ced 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ ENV PATH="/root/.cargo/bin:${PATH}" # Add clippy and rustfmt RUN rustup component add clippy rustfmt +# Install cargo-leptos and sqlx-cli +RUN cargo install cargo-leptos sqlx-cli + # Set up the project directory WORKDIR /app