Adds a blank line at the end of the current dockerfile

insert_blank(dockerfile)

Arguments

dockerfile,

a specification of the contents of the dockerfile

Value

dockerfile, a specification of the contents of the dockerfile

Examples

dockerfile() %>% insert_blank() %>% write_dockerfile()
#> [1] "Dockerfile"