diff --git a/inst/vetiver/docker/Dockerfile b/inst/vetiver/docker/Dockerfile index edfd3733..299bb167 100644 --- a/inst/vetiver/docker/Dockerfile +++ b/inst/vetiver/docker/Dockerfile @@ -1,4 +1,5 @@ FROM gcr.io/gcer-public/googlecloudrunner:master +ENV NOT_CRAN=TRUE RUN ["install2.r", "arrow"] RUN ["install2.r", "pins"] RUN ["install2.r", "workflows", "parsnip"]