fix: Fixed issue with build core failed (#9387)

This commit is contained in:
CityFun 2025-07-02 23:32:26 +08:00 committed by GitHub
parent 735b44856e
commit 56ae5fbf70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,3 +174,5 @@ var DynamicRoutes = []string{
}
var CertStore atomic.Value
var DaemonJsonPath = "/etc/docker/daemon.json"