We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee97c75 commit 75c14c3Copy full SHA for 75c14c3
1 file changed
.devcontainer/Dockerfile
@@ -35,6 +35,7 @@ COPY Cargo.toml Cargo.lock ./
35
RUN echo "fn main() {}" > src/main.rs \
36
&& echo "fn main() {}" > benches/performance.rs \
37
&& cargo build --release \
38
+ && cargo build \
39
&& cd / && rm -rf /tmp/build
40
41
# Install cargo-binstall as vscode
0 commit comments