Skip to content

Commit

Permalink
fix: remove link from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth authored Sep 5, 2024
1 parent de0dfc1 commit 699a9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/multibuild/Dockerfile.package
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN set -eux; \
dart compile exe bin/sshnp.dart -v -o /sshnp/sshnp; \
dart compile exe bin/npt.dart -v -o /sshnp/npt; \
dart compile exe bin/npp_file.dart -v -o /sshnp/npp_file; \
ln -s sshnp/npp_file sshnp/npa_file; \
dart compile exe bin/npp_atserver.dart -v -o /sshnp/beta/npp_atserver; \
dart compile exe bin/sshnpd.dart -v -o /sshnp/sshnpd; \
dart compile exe bin/srv.dart -v -o /sshnp/srv; \
Expand Down

0 comments on commit 699a9c2

Please sign in to comment.