Skip to content

Commit ac21b36

Browse files
committed
Set WORKDIR
1 parent 044d7ce commit ac21b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM r-base
22

3+
WORKDIR /usr/src/artemis-test
4+
35
RUN apt-get update && apt-get install -y libxml2-dev && rm -rf /var/lib/apt/lists/*
46

57
RUN R -e 'install.packages(c("pak", "testthat", "xml2"))'

0 commit comments

Comments
 (0)