mirror of
https://github.com/redlib-org/redlib.git
synced 2024-12-06 19:27:17 +01:00
Dockerfile.arm: disable cargo build parallelization
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ WORKDIR /usr/src/libreddit
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
RUN cargo install --jobs=1 --path=.
|
||||
|
||||
####################################################################################################
|
||||
## Final image
|
||||
|
||||
Reference in New Issue
Block a user