Disable adding the apparently very heavy dotnet-sdk-8.0 package
All checks were successful
Build container image / Build and push image (push) Successful in 4m29s

This commit is contained in:
2025-12-03 20:15:25 +09:00
parent df10925786
commit 9c77de57a3

View File

@@ -33,12 +33,12 @@ dnf5 install -y \
patch gcc gcc-c++ \
python3 python3-pip \
nodejs \
dotnet-sdk-8.0 \
php composer \
weechat \
neomutt libnotify notmuch abook isync \
khal vdirsyncer \
newsboat
#dotnet-sdk-8.0 \
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh