Module Dockerfile_linux.Zypper
Rules for Zypper-based distributions such as OpenSUSE
val update : Dockerfile.tupdatewill runzypper updatenon-interactively.
val install : ('a, unit, string, Dockerfile.t) Pervasives.format4 ‑> 'ainstall fmtwillzypper update && zypper installthe packages specified by thefmtformat string.
val add_user : ?uid:int ‑> ?gid:int ‑> ?sudo:bool ‑> string ‑> Dockerfile.tadd_user usernamewill install a new user with nameusernameand a locked password. Ifsudois true then root access with no password will also be configured. The default value forsudoisfalse.
val dev_packages : ?extra:string ‑> unit ‑> Dockerfile.tdev_packages ?extra ()will install the base development tools andsudo,passwdandgit. Extra packages may also be optionally supplied viaextra.
val install_system_ocaml : Dockerfile.tInstall the system OCaml packages via
zypper