Dockerfile.arm: Verbose cargo install.

Temporarily provide `--verbose` to `cargo install` to track when during
the build the process(es) receive SIGKILL.
This commit is contained in:
Daniel Valentine 2022-11-22 15:29:02 -07:00
parent 6912307349
commit 0152752913

View File

@ -9,7 +9,7 @@ WORKDIR /usr/src/libreddit
COPY . .
RUN cargo install --path .
RUN cargo install --verbose --path .
####################################################################################################
## Final image