mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Dockerfile.arm: disable cargo build parallelization
This commit is contained in:
parent
88bed73e5e
commit
f0fa2f2709
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /usr/src/libreddit
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
RUN cargo install --jobs=1 --path=.
|
||||
|
||||
####################################################################################################
|
||||
## Final image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue