Skip to content

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed May 19, 2024
1 parent 5a48118 commit 68d421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UPSTREAM_DIGEST_ARM64
FROM alpine AS builder
ARG UNRAR_VER=7.0.9
ADD https://www.rarlab.com/rar/unrarsrc-${UNRAR_VER}.tar.gz /tmp/unrar.tar.gz
RUN apk --update --no-cache add build-base && \
RUN apk --update --no-cache add build-base linux-headers && \
tar -xzf /tmp/unrar.tar.gz && \
cd unrar && \
sed -i 's|LDFLAGS=-pthread|LDFLAGS=-pthread -static|' makefile && \
Expand Down

0 comments on commit 68d421d

Please sign in to comment.