Skip to content

Commit

Permalink
fix: Added missing symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
telnetdoogie committed Dec 10, 2024
1 parent f4bc8fa commit 6b6fda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN case "$TARGETARCH$TARGETVARIANT" in \
# Final Stage
FROM alpine:3.21.0
COPY --from=downloader /tmp/par2cmdline-turbo /usr/bin/par2
RUN ls -s /usr/bin/par2 /usr/bin/par2create
RUN ls -s /usr/bin/par2 /usr/bin/par2repair
RUN ls -s /usr/bin/par2 /usr/bin/par2verify
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 6b6fda8

Please sign in to comment.