Add cmake, which is needed to build cargo-audit

This commit is contained in:
Greg Fitzgerald 2018-08-01 09:03:40 -06:00
parent 5cda0ed964
commit bb0aabae75
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ RUN apt update && \
buildkite-agent \
rsync \
sudo \
cmake \
&& \
rm -rf /var/lib/apt/lists/*