Windows.WingetRules for winget installation.
val install_from_release : ?winget_version:string -> unit -> Dockerfile.tInstall winget from a released build (first in a separate Docker image). The optional winget_version specifies a Git tag.
val setup : ?from:string -> unit -> Dockerfile.tSetup winget, optionally copied from the from Docker image. Disable winget telemetry.
val install : string list -> Dockerfile.tinstall packages will install the supplied winget package list.
val dev_packages :
distro:Distro.t ->
?extra:string list ->
unit ->
Dockerfile.tdev_packages distro ?extra () will install the base development tools. Extra packages may also be optionally supplied via extra.
module Git : sig ... endRules for Git.