Skip to content

Commit

Permalink
取消多线程编译
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 14, 2023
1 parent 0bb122b commit 82006cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ RUN apk add gcc \
# 下载并编译 libowfat 库
RUN cvs -d :pserver:[email protected]:/cvs -z9 co libowfat \
&& cd libowfat \
&& make -j4
&& make

RUN git clone git://erdgeist.org/opentracker \
&& cd opentracker \
&& make clean && make -j4
&& make clean && make


FROM alpine
Expand Down

0 comments on commit 82006cc

Please sign in to comment.