diff --git a/Dockerfile.dev b/Dockerfile.dev index ccbafe14..89b9fe16 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -19,6 +19,7 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh WORKDIR /app COPY Cargo.toml Cargo.lock rust-toolchain ./ +RUN cargo install diesel_cli --no-default-features --features postgres --version '=1.3.0' RUN cargo install wasm-pack COPY . .