gesistsa/rang

#119 is incorrect

Closed this issue · 0 comments

> x <- tempfile() ; .write_dockerfile(.generate_debian_eol_dockerfile_content("3.1", lib = NA, cache = FALSE, sysreqs_cmd = ""), x)
> readLines(x)
[1] "FROM debian/eol:lenny"                                                                                                                                              
[2] "ENV TZ UTC"                                                                                                                                                         
[3] "RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && apt-get update -qq && apt-get install wget locales build-essential r-base-dev  -y"
[4] "COPY rang.R ./rang.R"                                                                                                                                               
[5] "COPY compile_r.sh ./compile_r.sh"                                                                                                                                   
[6] "RUN "                                                                                                                                                               
[7] "RUN bash compile_r.sh 3.1"                                                                                                                                          
> 

Specifically, it lacks the CMD step.