Skip to content

Commit 0e39fe8

Browse files
committed
slight update to dockerfile
1 parent 5087883 commit 0e39fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Mark Dunning<[email protected]>
44
###Get repository of the course. Install data and R packages
55
RUN git clone https://github.com/bioinformatics-core-shared-training/microarray-analysis.git /home/rstudio/
66
WORKDIR /home/rstudio
7-
RUN mkdir estrogen
7+
RUN mkdir -p estrogen
88
RUN mkdir data/
99
RUN R -f installBiocPkgs.R
1010
RUN R -f getData.R

0 commit comments

Comments
 (0)