From ca99c1ce0c8d2969a9f529e7ad3e9d6eacd88e58 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 5 Jan 2024 21:59:52 +0100 Subject: [PATCH] Update Dockerfile - closes https://github.com/assimp/assimp/issues/5403 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5da5458f8..eb5715d0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y ninja-build \ RUN add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update WORKDIR /opt +RUN apt install zlib1g-dev # Build Assimp RUN git clone https://github.com/assimp/assimp.git /opt/assimp