Skip to content

Commit

Permalink
use defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Mar 24, 2024
1 parent 0d6c6ad commit fe11476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk --update --no-cache add build-base && \
tar -xzf /tmp/unrar.tar.gz && \
cd unrar && \
sed -i 's|LDFLAGS=-pthread|LDFLAGS=-pthread -static|' makefile && \
sed -i 's|CXXFLAGS=-march=native|CXXFLAGS=-march=x86-64-v2|' makefile && \
sed -i 's|CXXFLAGS=-march=native |CXXFLAGS=|' makefile && \
make -f makefile && \
install -Dm 755 unrar /usr/bin/unrar

Expand Down

0 comments on commit fe11476

Please sign in to comment.