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 217e126 commit 76cadc2Copy full SHA for 76cadc2
kube/Dockerfile
@@ -35,6 +35,8 @@ ENV SCALA_VERSION=2.12
35
RUN mkdir /comet
36
WORKDIR /comet
37
38
+RUN du -h --max-depth=1
39
+
40
# build native code first so that this layer can be re-used
41
# if only Scala code gets modified
42
COPY rust-toolchain.toml /comet/rust-toolchain.toml
@@ -60,7 +62,7 @@ RUN mkdir -p /root/.m2 && \
60
62
61
63
RUN rm -rf /root/.rustup
64
-RUN df -h
65
66
67
# Pick the JDK instead of JRE to compile Comet
68
RUN cd /comet \
0 commit comments