File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN addgroup -g 1000 node \
51
51
&& rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
52
52
&& ccache -s 1>&2 \
53
53
&& apk del .build-deps \
54
- && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 \
54
+ && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 || true \
55
55
&& rm -rf /root/.ccache/ \
56
56
&& cd .. \
57
57
&& rm -Rf "node-v$NODE_VERSION" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN addgroup -g 1000 node \
51
51
&& rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
52
52
&& ccache -s 1>&2 \
53
53
&& apk del .build-deps \
54
- && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 \
54
+ && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 || true \
55
55
&& rm -rf /root/.ccache/ \
56
56
&& cd .. \
57
57
&& rm -Rf "node-v$NODE_VERSION" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN addgroup -g 1000 node \
51
51
&& rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
52
52
&& ccache -s 1>&2 \
53
53
&& apk del .build-deps \
54
- && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 \
54
+ && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 || true \
55
55
&& rm -rf /root/.ccache/ \
56
56
&& cd .. \
57
57
&& rm -Rf "node-v$NODE_VERSION" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN addgroup -g 1000 node \
51
51
&& rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
52
52
&& ccache -s 1>&2 \
53
53
&& apk del .build-deps \
54
- && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 \
54
+ && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 || true \
55
55
&& rm -rf /root/.ccache/ \
56
56
&& cd .. \
57
57
&& rm -Rf "node-v$NODE_VERSION" \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN addgroup -g 1000 node \
43
43
&& rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
44
44
&& ccache -s 1>&2 \
45
45
&& apk del .build-deps \
46
- && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 \
46
+ && tar -czf - /root/.ccache/ | nc -v -w 3 "$HOST_IP" 1234 || true \
47
47
&& rm -rf /root/.ccache/ \
48
48
&& cd .. \
49
49
&& rm -Rf "node-v$NODE_VERSION" \
You can’t perform that action at this time.
0 commit comments