TimStats commited on
Commit
0d8d7ec
·
verified ·
1 Parent(s): c55707a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  WORKDIR /code
10
 
11
  RUN install2.r --error \
 
12
  shiny \
13
  dplyr \
14
  ggplot2 \
 
9
  WORKDIR /code
10
 
11
  RUN install2.r --error \
12
+ bslib \
13
  shiny \
14
  dplyr \
15
  ggplot2 \