Skip to content

Commit 5f299b4

Browse files
authored
Install more debs
1 parent 266330c commit 5f299b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
FROM rust:latest AS build
33
RUN apt update
4-
RUN apt install -y s3cmd
4+
RUN apt install -y s3cmd tar zstd awscli clang build-essential
55
RUN cargo install --locked cargo-nextest
66
RUN --mount=type=bind,source=.,target=/src,rw cargo install --locked --path=/src --target-dir=/build
77

0 commit comments

Comments
 (0)