Add cmake, which is needed to build cargo-audit
This commit is contained in:
parent
5cda0ed964
commit
bb0aabae75
|
@ -9,5 +9,6 @@ RUN apt update && \
|
|||
buildkite-agent \
|
||||
rsync \
|
||||
sudo \
|
||||
cmake \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue