소스 검색

Update Dockerfile

- closes https://github.com/assimp/assimp/issues/5403
Kim Kulling 1 년 전
부모
커밋
ca99c1ce0c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 
 RUN add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update 
 
 
 WORKDIR /opt
 WORKDIR /opt
+RUN apt install zlib1g-dev
 
 
 # Build Assimp
 # Build Assimp
 RUN git clone https://github.com/assimp/assimp.git /opt/assimp
 RUN git clone https://github.com/assimp/assimp.git /opt/assimp