File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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 \
5151 && rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
5252 && ccache -s 1>&2 \
5353 && 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 \
5555 && rm -rf /root/.ccache/ \
5656 && cd .. \
5757 && 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 \
5151 && rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
5252 && ccache -s 1>&2 \
5353 && 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 \
5555 && rm -rf /root/.ccache/ \
5656 && cd .. \
5757 && 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 \
5151 && rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
5252 && ccache -s 1>&2 \
5353 && 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 \
5555 && rm -rf /root/.ccache/ \
5656 && cd .. \
5757 && 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 \
5151 && rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
5252 && ccache -s 1>&2 \
5353 && 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 \
5555 && rm -rf /root/.ccache/ \
5656 && cd .. \
5757 && 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 \
4343 && rm -f /usr/local/bin/gcc /usr/local/bin/g++ \
4444 && ccache -s 1>&2 \
4545 && 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 \
4747 && rm -rf /root/.ccache/ \
4848 && cd .. \
4949 && rm -Rf "node-v$NODE_VERSION" \
You can’t perform that action at this time.
0 commit comments