We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266330c commit 5f299b4Copy full SHA for 5f299b4
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
FROM rust:latest AS build
3
RUN apt update
4
-RUN apt install -y s3cmd
+RUN apt install -y s3cmd tar zstd awscli clang build-essential
5
RUN cargo install --locked cargo-nextest
6
RUN --mount=type=bind,source=.,target=/src,rw cargo install --locked --path=/src --target-dir=/build
7
0 commit comments