Skip to content

Commit

Permalink
Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Apr 17, 2024
1 parent 387d575 commit 4fe7067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Script/Fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=build /suanPan*.rpm /

RUN dnf upgrade --refresh -y && dnf install ./suanPan*.rpm -y

RUN ln -s $(which suanPan) /usr/bin/suanpan
RUN ln -s $(which suanPan) /usr/bin/sp
RUN ln -s /usr/bin/suanPan /usr/bin/suanpan
RUN ln -s /usr/bin/suanPan /usr/bin/sp

RUN sp -v
4 changes: 2 additions & 2 deletions Script/Rocky.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY --from=build /suanPan*.rpm /

RUN dnf install ./suanPan*.rpm -y

RUN ln -s $(which suanPan) /usr/bin/suanpan
RUN ln -s $(which suanPan) /usr/bin/sp
RUN ln -s /usr/bin/suanPan /usr/bin/suanpan
RUN ln -s /usr/bin/suanPan /usr/bin/sp

RUN sp -v
4 changes: 2 additions & 2 deletions Script/Ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY --from=build /suanPan*.deb /

RUN apt-get update -y && apt-get install ./suanPan*.deb -y

RUN ln -s $(which suanPan) /usr/bin/suanpan
RUN ln -s $(which suanPan) /usr/bin/sp
RUN ln -s /usr/bin/suanPan /usr/bin/suanpan
RUN ln -s /usr/bin/suanPan /usr/bin/sp

RUN sp -v

0 comments on commit 4fe7067

Please sign in to comment.