Sfc /scannow indicating many corrupted files on windows docker base image

FROM mcr.microsoft.com/windows/servercore:ltsc2022-KB5026370-amd64

I’ve attempted using many different servercore base image and they all seem to have corrupted files when using the sfc /scannow command in powershell. These errors are possibly blocking me from installing a MSI file. The broken files in the log file look like this

2023-06-01 11:45:03, Info                  CSI    00000a93 [SR] Repairing file \??\C:\Windows\Microsoft.NET\Assembly\GAC_MSIL\System.IdentityModel.Services\v4.0_4.0.0.0__b77a5c561934e089\\System.IdentityModel.Services.dll from store
2023-06-01 11:45:03, Info                  CSI    00000a94 [SR] Repairing file \??\C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\System.IdentityModel.Services.dll from store
2023-06-01 11:45:03, Info                  CSI    00000a95 [SR] Repairing file \??\C:\Windows\Microsoft.NET\Framework\v4.0.30319\\System.Net.Http.Rtc.dll from store
2023-06-01 11:45:03, Info                  CSI    00000a96 [SR] Repairing file \??\C:\Windows\Microsoft.NET\Assembly\GAC_MSIL\System.Net.Http.Rtc\v4.0_4.0.0.0__b03f5f7f11d50a3a\\System.Net.Http.Rtc.dll from store
2023-06-01 11:45:03, Info                  CSI    00000a97 [SR] Repairing file \??\C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\System.Net.Http.Rtc.dll from store

My entire command prompt window is filled with these lines. I’m unsure what could be causing this.