File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN cd /tmp \
4747# install criu
4848ENV CRIU_VERSION v3.12
4949RUN mkdir -p /usr/src/criu \
50- && curl -sSL https://github.com/checkpoint-restore/criu/archive/${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
50+ && curl -fsSL https://github.com/checkpoint-restore/criu/archive/${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
5151 && cd /usr/src/criu \
5252 && make install-criu \
5353 && rm -rf /usr/src/criu
@@ -63,4 +63,4 @@ ENTRYPOINT ["/tmpmount"]
6363ADD . /go/src/github.com/opencontainers/runc
6464
6565RUN . tests/integration/multi-arch.bash \
66- && curl -o- -sSL `get_busybox` | tar xfJC - ${ROOTFS}
66+ && curl -fsSL `get_busybox` | tar xfJC - ${ROOTFS}
You can’t perform that action at this time.
0 commit comments