dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -15,7 +15,8 @@ RUN install2.r --error -s \
|
|
15 |
# Install development packages from GitHub
|
16 |
RUN installGithub.r \
|
17 |
rstudio/bslib \
|
18 |
-
rstudio/httpuv
|
|
|
19 |
|
20 |
# RUN R -e "pak::pkg_install('tmap', 'stars')"
|
21 |
|
|
|
15 |
# Install development packages from GitHub
|
16 |
RUN installGithub.r \
|
17 |
rstudio/bslib \
|
18 |
+
rstudio/httpuv \
|
19 |
+
rstudio/leaflet
|
20 |
|
21 |
# RUN R -e "pak::pkg_install('tmap', 'stars')"
|
22 |
|