Revert "Dockerfile.arm: disable cargo build parallelization"

This reverts commit f0fa2f2709.

This did not stop the OS from issuing SIGKILL to cargo and/or one of its
child processes.
This commit is contained in:
Daniel Valentine 2022-11-22 00:22:15 -07:00
parent f0fa2f2709
commit f76243e0af
1 changed files with 1 additions and 1 deletions

View File

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