Explorar el Código

Update Dockerfile

- closes https://github.com/assimp/assimp/issues/5403
Kim Kulling hace 1 año
padre
commit
c8ca1a48ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
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