Skip to content

Commit

Permalink
Include cmake in ubuntu 16.04 base image
Browse files Browse the repository at this point in the history
Needed for cross compilation with vendored LLVM
  • Loading branch information
SeanTAllen committed Dec 25, 2019
1 parent b099fe9 commit 2cc1df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci-dockerfiles/ubuntu-16.04-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update \
xz-utils \
zlib1g-dev \
curl \
cmake \
&& apt-get remove -y llvm-6.0 \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get -y autoremove --purge \
Expand Down

0 comments on commit 2cc1df6

Please sign in to comment.