Module Dockerfile_linux.RPM
Rules for RPM-based distributions
val update : Dockerfile.tupdatewill runyum update -y
val install : ('a, unit, string, Dockerfile.t) Pervasives.format4 ‑> 'ainstall fmtwill runyum installon the supplied package list.
val groupinstall : ('a, unit, string, Dockerfile.t) Pervasives.format4 ‑> 'agroupinstall fmtwill runyum groupinstallon the supplied package list.
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 Yum