docker/bootstrap: zlib needs cmake

Change-Id: I460f811bd2ea144ea8121772024e19686e2fa9bb
This commit is contained in:
Alexander von Gluck IV 2018-11-04 09:04:48 -06:00
parent 030d0eb58f
commit 1b7e0197c1

View File

@ -13,6 +13,9 @@ RUN apt-get install -y git nasm autoconf automake texinfo flex \
# GCC Requirements
RUN apt-get install -y python
# zlib Requirements
RUN apt-get install -y cmake
ENV GIT_BUILDTOOLS="https://git.haiku-os.org/buildtools"
ENV GIT_HAIKU="https://git.haiku-os.org/haiku"
ENV GIT_HAIKUPORTER="https://github.com/haikuports/haikuporter.git"