{ pkgs ? import }: attrs: let default = { config.WorkingDir = "/"; }; input = (default // attrs); in pkgs.dockerTools.buildLayeredImage input