pub fn parse(text: &str) -> Result<Dockerfile<'_>, Error>
Parses dockerfile from the given text.
text