We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b45470 commit cb36dd5Copy full SHA for cb36dd5
Dockerfile
@@ -19,8 +19,7 @@ WORKDIR /app
19
20
# -------------------------------------------------------------------------
21
FROM build AS test
22
-RUN R -q -e 'pak::pkg_install("deps::.", dependencies = TRUE); pak::cache_clean(); pak::meta_clean(TRUE)' && \
23
- apt-get clean
+RUN R -q -e 'pak::pkg_install("deps::.", dependencies = TRUE)'
24
RUN R -q -e 'testthat::test_local()'
25
26
0 commit comments