Hendra DP commited on
Commit
8cceae1
·
verified ·
1 Parent(s): 52984e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -7
Dockerfile CHANGED
@@ -5,13 +5,13 @@ WORKDIR /code
5
  # Install stable packages from CRAN
6
  RUN install2.r --error \
7
  ggExtra \
8
- shiny
9
- readr
10
- readxl
11
- haven
12
- expss
13
- dplyr
14
- openxlsx
15
  DT
16
 
17
 
 
5
  # Install stable packages from CRAN
6
  RUN install2.r --error \
7
  ggExtra \
8
+ shiny \
9
+ readr \
10
+ readxl \
11
+ haven \
12
+ expss \
13
+ dplyr \
14
+ openxlsx \
15
  DT
16
 
17