aephidayatuloh commited on
Commit
f5417ea
1 Parent(s): d524dbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,8 +22,8 @@ RUN apt-get clean all && \
22
  rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
23
 
24
  USER rstudio
25
- RUN chown rstudio:rstudio /var/run/s6
26
  RUN Rscript -e "install.packages(c('tidymodels', 'tidyverse', 'ggcorrplot', 'readxl', 'skimr'));"
 
27
 
28
  # the rstudio/ path is set for building with GitHub Actions
29
  #COPY --chown=rstudio:rstudio rstudio/rstudio-prefs.json /home/rstudio/.config/rstudio
 
22
  rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
23
 
24
  USER rstudio
 
25
  RUN Rscript -e "install.packages(c('tidymodels', 'tidyverse', 'ggcorrplot', 'readxl', 'skimr'));"
26
+ RUN chown rstudio:rstudio /var/run/s6
27
 
28
  # the rstudio/ path is set for building with GitHub Actions
29
  #COPY --chown=rstudio:rstudio rstudio/rstudio-prefs.json /home/rstudio/.config/rstudio