egenn commited on
Commit
67e1a7a
·
1 Parent(s): cd7e057
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /code
4
 
5
  # Install CRAN packages
6
  RUN install2.r --error \
 
7
  htmltools \
8
  plotly \
9
  bsicons \
@@ -12,8 +13,7 @@ RUN install2.r --error \
12
  shinybusy \
13
  listviewer \
14
  NGLVieweR \
15
- colorspace \
16
- shiny
17
 
18
  # Install GitHub packages
19
  RUN installGithub.r \
 
4
 
5
  # Install CRAN packages
6
  RUN install2.r --error \
7
+ shiny \
8
  htmltools \
9
  plotly \
10
  bsicons \
 
13
  shinybusy \
14
  listviewer \
15
  NGLVieweR \
16
+ colorspace
 
17
 
18
  # Install GitHub packages
19
  RUN installGithub.r \