ImmichFrame: keep dotnet-sdk installed so update can run dotnet publish

This commit is contained in:
MickLesk
2026-05-01 22:11:46 +02:00
parent 0dbee93410
commit 0e972a3a5f
-2
View File
@@ -43,8 +43,6 @@ cd /tmp/immichframe/immichFrame.Web
$STD npm ci
$STD npm run build
cp -r build/* /opt/immichframe/wwwroot
$STD apt remove -y dotnet-sdk-8.0
$STD apt autoremove -y
rm -rf /tmp/immichframe
mkdir -p /opt/immichframe/Config
curl -fsSL "https://raw.githubusercontent.com/immichFrame/ImmichFrame/main/docker/Settings.example.yml" -o /opt/immichframe/Config/Settings.yml