소스 검색

fix(ci): Dockerfile do not delete build

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

+ 0 - 1
Dockerfile

@@ -21,7 +21,6 @@ RUN cmake -DBUILD_SHARED_LIBS=ON \
 RUN make -j
 RUN make install
 WORKDIR /opt/open62541
-RUN rm -rf /opt/open62541/build
 
 # Generate certificates
 RUN apk add --no-cache python-dev linux-headers openssl && rm -rf /var/cache/apk/*