ImmichFrame: keep dotnet-sdk installed so update can run dotnet publish (#14158)

This commit is contained in:
CanbiZ (MickLesk)
2026-05-02 13:40:14 +02:00
committed by GitHub
parent 7fd0b9f35b
commit 553925b8cc
-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