From 1b7e0197c161d89fb2f5edb7ee55743d3c4c8710 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 4 Nov 2018 09:04:48 -0600 Subject: [PATCH] docker/bootstrap: zlib needs cmake Change-Id: I460f811bd2ea144ea8121772024e19686e2fa9bb --- 3rdparty/docker/bootstrap/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3rdparty/docker/bootstrap/Dockerfile b/3rdparty/docker/bootstrap/Dockerfile index a7df4f3d5a..ad64a53778 100644 --- a/3rdparty/docker/bootstrap/Dockerfile +++ b/3rdparty/docker/bootstrap/Dockerfile @@ -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"