rajistics commited on
Commit
c2099d9
1 Parent(s): 8636f3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM openanalytics/r-ver:4.1.3
 
2
 
3
  # system libraries of general use
4
  RUN apt-get update && apt-get install --no-install-recommends -y \
 
1
+ #FROM openanalytics/r-ver:4.1.3
2
+ FROM rocker/r-base
3
 
4
  # system libraries of general use
5
  RUN apt-get update && apt-get install --no-install-recommends -y \