From 699a9c26d13ec4cf559719c149c9ee3ad2ef99a5 Mon Sep 17 00:00:00 2001 From: Xavier Chanthavong Date: Thu, 5 Sep 2024 10:23:21 -0400 Subject: [PATCH] fix: remove link from dockerfile --- tools/multibuild/Dockerfile.package | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/multibuild/Dockerfile.package b/tools/multibuild/Dockerfile.package index 90e7b1328..63e55c680 100644 --- a/tools/multibuild/Dockerfile.package +++ b/tools/multibuild/Dockerfile.package @@ -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; \