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 044d7ce commit ac21b36Copy full SHA for ac21b36
Dockerfile
@@ -1,5 +1,7 @@
1
FROM r-base
2
3
+WORKDIR /usr/src/artemis-test
4
+
5
RUN apt-get update && apt-get install -y libxml2-dev && rm -rf /var/lib/apt/lists/*
6
7
RUN R -e 'install.packages(c("pak", "testthat", "xml2"))'
0 commit comments