Skip to content

Commit 76cadc2

Browse files
committed
update WF
1 parent 217e126 commit 76cadc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kube/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ ENV SCALA_VERSION=2.12
3535
RUN mkdir /comet
3636
WORKDIR /comet
3737

38+
RUN du -h --max-depth=1
39+
3840
# build native code first so that this layer can be re-used
3941
# if only Scala code gets modified
4042
COPY rust-toolchain.toml /comet/rust-toolchain.toml
@@ -60,7 +62,7 @@ RUN mkdir -p /root/.m2 && \
6062

6163
RUN rm -rf /root/.rustup
6264

63-
RUN df -h
65+
RUN du -h --max-depth=1
6466

6567
# Pick the JDK instead of JRE to compile Comet
6668
RUN cd /comet \

0 commit comments

Comments
 (0)