Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jan 31, 2024
2 parents e3c39a3 + 5b935f6 commit 0b90c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ ARG SPARSE_GIT_SHA="09411a7a5127516a0741eb1bd8762642fa9197ce" # include a fix fo
RUN cd /opt && \
git clone "${SPARSE_GIT_URL}" sparse && \
cd "sparse" && \
git checkout "${SPARSE_GIT_SHA}" && \
make -j"$(nproc)" -l"$(nproc)" && \
make PREFIX=/usr install && \
cd .. && \
Expand Down

0 comments on commit 0b90c4b

Please sign in to comment.