Add cmake to ci/Dockerfile.builder

This commit is contained in:
Alexander Block 2018-09-21 11:52:01 +02:00
parent 057d7445eb
commit f3dcb6916c

View File

@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
ccache \ ccache \
bsdmainutils \ bsdmainutils \
python3-pip python3-dev \ python3-pip python3-dev \
cmake \
&& rm -rf /var/lib/apt/lists && rm -rf /var/lib/apt/lists
# Python stuff # Python stuff