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 3f7dc59 commit 1326975
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 @@ -9,7 +9,7 @@ RUN apt update && \
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 1326975

Please sign in to comment.