blob: 78f5b09457b0d0c836b805984e645fb3a4882b9f [file] [log] [blame]
package dockerfile
import "github.com/docker/docker/pkg/idtools"
func fixPermissions(source, destination string, rootIDs idtools.IDPair) error {
// chown is not supported on Windows
return nil
}