cboettig commited on
Commit
98d52b4
·
1 Parent(s): 1e05ee5

deps :see_no_evil:

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM rocker/geospatial:latest
3
  WORKDIR /code
4
 
5
  RUN install2.r --error \
 
6
  bsicons \
7
  bslib \
8
  duckdbfs \
@@ -10,9 +11,9 @@ RUN install2.r --error \
10
  gt \
11
  markdown \
12
  shiny \
 
13
  shinychat \
14
- tidyverse \
15
- shinybusy
16
 
17
  RUN installGithub.r cboettig/mapgl tidyverse/ellmer boettiger-lab/duckdb.agent cboettig/duckdbfs
18
 
 
3
  WORKDIR /code
4
 
5
  RUN install2.r --error \
6
+ bench \
7
  bsicons \
8
  bslib \
9
  duckdbfs \
 
11
  gt \
12
  markdown \
13
  shiny \
14
+ shinybusy \
15
  shinychat \
16
+ tidyverse
 
17
 
18
  RUN installGithub.r cboettig/mapgl tidyverse/ellmer boettiger-lab/duckdb.agent cboettig/duckdbfs
19