Dockerfile.arm: disable cargo build parallelization

This commit is contained in:
Daniel Valentine 2022-11-22 00:16:55 -07:00
parent 88bed73e5e
commit f0fa2f2709
1 changed files with 1 additions and 1 deletions

View File

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