Skip to content

Commit 992e94a

Browse files
petrhosekraggi
authored andcommitted
Re-add CMake package
This appears to be needed by the Rust build.
1 parent 1fdbfa9 commit 992e94a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/docker/dist-fuchsia/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
ca-certificates \
99
python2.7-dev \
1010
git \
11+
cmake \
12+
ninja-build \
1113
sudo \
1214
bzip2 \
15+
xz-utils \
1316
unzip
1417

1518
WORKDIR /tmp

0 commit comments

Comments
 (0)