Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,8 @@ RUN install2.r --error \
|
|
| 27 |
# Install development packages from GitHub
|
| 28 |
RUN installGithub.r \
|
| 29 |
rstudio/bslib \
|
| 30 |
-
rstudio/httpuv
|
|
|
|
| 31 |
|
| 32 |
COPY . .
|
| 33 |
|
|
|
|
| 27 |
# Install development packages from GitHub
|
| 28 |
RUN installGithub.r \
|
| 29 |
rstudio/bslib \
|
| 30 |
+
rstudio/httpuv \
|
| 31 |
+
rstudio/gridlayout
|
| 32 |
|
| 33 |
COPY . .
|
| 34 |
|