mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Re-add CMake package
This appears to be needed by the Rust build.
This commit is contained in:
parent
1fdbfa9930
commit
992e94ab3b
@ -8,8 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
python2.7-dev \
|
python2.7-dev \
|
||||||
git \
|
git \
|
||||||
|
cmake \
|
||||||
|
ninja-build \
|
||||||
sudo \
|
sudo \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
xz-utils \
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user