소스 검색

adding missing submodule init command to Dockerfile

LightSoar 5 년 전
부모
커밋
ee9c18a6a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -6,6 +6,7 @@ ADD . /opt/open62541
 WORKDIR /opt/open62541
 RUN git remote add github-upstream https://github.com/open62541/open62541.git
 RUN git fetch --tags github-upstream
+RUN git submodule update --init --recursive
 
 WORKDIR /opt/open62541/build
 RUN cmake -DBUILD_SHARED_LIBS=ON \