We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e22b4 commit 075871cCopy full SHA for 075871c
musl.Dockerfile
@@ -15,7 +15,7 @@ COPY . /app-build
15
WORKDIR "/app-build"
16
17
ENV PATH=/root/.cargo/bin:${PATH}
18
-RUN cargo build --release
+RUN cargo build --verbose --release
19
20
RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.22.0/crictl-v1.22.0-linux-$ARCH.tar.gz --output crictl-v1.22.0-linux-$ARCH.tar.gz
21
RUN tar zxvf crictl-v1.22.0-linux-$ARCH.tar.gz
0 commit comments