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:
parent
6912307349
commit
0152752913
@ -9,7 +9,7 @@ WORKDIR /usr/src/libreddit
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --verbose --path .
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
## Final image
|
## Final image
|
||||||
|
Loading…
Reference in New Issue
Block a user