mirror of
https://github.com/spikecodes/libreddit
synced 2025-01-16 21:00:57 +01:00
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 . .
|
||||
|
||||
RUN cargo install --path .
|
||||
RUN cargo install --verbose --path .
|
||||
|
||||
####################################################################################################
|
||||
## Final image
|
||||
|
Loading…
x
Reference in New Issue
Block a user