Skip to content

Commit 075871c

Browse files
committed
build: verbose logging in musl
Signed-off-by: Anton Whalley <[email protected]>
1 parent b5e22b4 commit 075871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

musl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY . /app-build
1515
WORKDIR "/app-build"
1616

1717
ENV PATH=/root/.cargo/bin:${PATH}
18-
RUN cargo build --release
18+
RUN cargo build --verbose --release
1919

2020
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
2121
RUN tar zxvf crictl-v1.22.0-linux-$ARCH.tar.gz

0 commit comments

Comments
 (0)