docker: add cmake dependency (#9111)

This commit is contained in:
André Silva
2018-07-13 11:09:41 +01:00
committed by Afri Schoedon
parent ab330301eb
commit 993650f3d6
6 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /build
# install tools and dependencies
RUN yum -y update&& \
yum install -y git make gcc-c++ gcc file binutils
yum install -y git make gcc-c++ gcc file binutils cmake
# install rustup
RUN curl -sSf https://static.rust-lang.org/rustup.sh -o rustup.sh &&\