don't install package in dockerfile
This commit is contained in:
parent
77ea8f1140
commit
a2fcfdff94
1 changed files with 6 additions and 10 deletions
|
|
@ -16,7 +16,6 @@ RUN R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/
|
|||
|
||||
COPY . .
|
||||
RUN R -q -e 'Sys.setenv(PKG_SYSREQS = TRUE, PKG_SYSREQS_VERBOSE = TRUE, PKG_SYSREQS_PLATFORM = "redhat-8"); pak::pak()'
|
||||
RUN R CMD INSTALL .
|
||||
RUN rm -rf arm-binaries-r
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Loading…
Reference in a new issue