pub fn parse_dockerfile(input: &str) -> Result<Vec<InstructionPos>, ParseError>Expand description
Parse a Dockerfile string into a list of positioned instructions.
pub fn parse_dockerfile(input: &str) -> Result<Vec<InstructionPos>, ParseError>Parse a Dockerfile string into a list of positioned instructions.