Update Dockerfile

- closes https://github.com/assimp/assimp/issues/5403
pull/5362/head^2
Kim Kulling 2024-01-05 21:59:52 +01:00
parent ea9aa863ff
commit c8ca1a48ec
1 changed files with 1 additions and 0 deletions

View File

@ -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