SHELL

fun SHELL(args: () -> String): DockerfileBuilder

Insert a SHELL instruction into the Dockerfile with args as its argument(s).


fun SHELL(executable: String, vararg parameters: String): DockerfileBuilder

Insert a SHELL instruction into the Dockerfile.

Parameters

executable

Executable to use as the default shell.

parameters

Additional parameters to pass to the shell executable.