Skip to content

Commit

Permalink
使用alpine3.15提供的libowfat
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 16, 2023
1 parent c98492c commit fb9ab31
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ RUN apk add gcc \
make \
git \
cvs \
zlib-dev

# 下载并编译 libowfat 库
RUN cvs -d :pserver:[email protected]:/cvs -z9 co libowfat \
&& cd libowfat \
&& make
zlib-dev \
libowfat-dev

RUN git clone git://erdgeist.org/opentracker \
&& cd opentracker \
Expand Down

0 comments on commit fb9ab31

Please sign in to comment.