addInstruction
private fun addInstruction(instruction: DockerfileBuilder.Instruction, arg: String): DockerfileBuilder
Adds an instruction to the Dockerfile.
Parameters
instruction
Instruction to add.
arg
Arguments to the instruction.