Przeglądaj źródła

Merge branch '1.0' into master

Stefan Profanter 5 lat temu
rodzic
commit
a0c787522f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

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