insert_blank.Rd
Adds a blank line at the end of the current dockerfile
insert_blank(dockerfile)
a specification of the contents of the dockerfile
dockerfile, a specification of the contents of the dockerfile
dockerfile
dockerfile() %>% insert_blank() %>% write_dockerfile()#> [1] "Dockerfile"