Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,8 @@ RUN install2.r --error \
|
|
| 19 |
bslib \
|
| 20 |
rtabulator \
|
| 21 |
xgboost \
|
| 22 |
-
purrr
|
|
|
|
| 23 |
|
| 24 |
# Copy the app files
|
| 25 |
COPY . .
|
|
|
|
| 19 |
bslib \
|
| 20 |
rtabulator \
|
| 21 |
xgboost \
|
| 22 |
+
purrr \
|
| 23 |
+
arrow
|
| 24 |
|
| 25 |
# Copy the app files
|
| 26 |
COPY . .
|