Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -28,7 +28,8 @@ RUN install2.r --error \
|
|
28 |
# Install development packages from GitHub
|
29 |
RUN installGithub.r \
|
30 |
rstudio/bslib \
|
31 |
-
rstudio/httpuv
|
|
|
32 |
|
33 |
RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
|
34 |
RUN gdebi --non-interactive quarto-linux-amd64.deb
|
|
|
28 |
# Install development packages from GitHub
|
29 |
RUN installGithub.r \
|
30 |
rstudio/bslib \
|
31 |
+
rstudio/httpuv \
|
32 |
+
thomasp85/patchwork
|
33 |
|
34 |
RUN curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb
|
35 |
RUN gdebi --non-interactive quarto-linux-amd64.deb
|