TimStats commited on
Commit
e8b46d4
·
verified ·
1 Parent(s): bab7618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,10 +14,11 @@ RUN apt-get update && apt-get install -y \
14
  libfribidi-dev \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
- # Install R packages from CRAN - removed grid since it's a base package
18
  RUN install2.r --error \
19
  remotes \
20
  curl \
 
21
  shiny \
22
  dplyr \
23
  ggplot2 \
 
14
  libfribidi-dev \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
+ # Install R packages from CRAN - added httr
18
  RUN install2.r --error \
19
  remotes \
20
  curl \
21
+ httr \
22
  shiny \
23
  dplyr \
24
  ggplot2 \