Skip to content

Commit

Permalink
Merge pull request #220 from telnetdoogie/par2cmdline-turbo
Browse files Browse the repository at this point in the history
feat!: Switched to par2cmdline-turbo
  • Loading branch information
telnetdoogie authored Dec 10, 2024
2 parents 2da3232 + 6b6fda8 commit b0d6136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN case "$TARGETARCH$TARGETVARIANT" in \
# Final Stage
FROM alpine:3.21.0
COPY --from=downloader /tmp/par2cmdline-turbo /usr/bin/par2
RUN ln -s /usr/bin/par2 /usr/bin/par2create
RUN ln -s /usr/bin/par2 /usr/bin/par2repair
RUN ln -s /usr/bin/par2 /usr/bin/par2verify
COPY ./par.sh /
RUN chmod +x /par.sh
RUN mkdir -p /par2_files/
Expand Down

0 comments on commit b0d6136

Please sign in to comment.