Skip to main content

extract_dockerfile_from_str

Function extract_dockerfile_from_str 

Source
pub fn extract_dockerfile_from_str(
    file: &str,
    content: &str,
    enabled_keywords: &[&'static str],
) -> Vec<ExtractedCommand>
Expand description

Extract commands from Dockerfile RUN instructions