Skip to content

Commit

Permalink
修正解压后文件夹名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 17, 2023
1 parent ff8797b commit cfb2d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apk add gcc g++ make \
zlib-dev

RUN wget https://github.com/ryjer/libowfat/archive/refs/tags/v0.32.tar.gz \
&& mv v0.32.tar.gz libowfat.tar.gz \
&& tar -zxvf libowfat.tar.gz \
&& tar -zxvf v0.32.tar.gz \
&& mv libowfat-0.32 libowfat \
&& cd libowfat \
&& make

Expand Down

0 comments on commit cfb2d2e

Please sign in to comment.