Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PayamEmami committed Nov 23, 2018
1 parent aa0a0c6 commit 19a09b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get -y update
RUN apt-get -y --no-install-recommends install make gcc gfortran g++ libblas-dev liblapack-dev libxml++2.6-dev libexpat1-dev libxml2

# Install dependencies
RUN R -e 'source("https://bioconductor.org/biocLite.R"); biocLite((c("limma","argparse"))'
RUN R -e 'source("https://bioconductor.org/biocLite.R"); biocLite(c("limma","argparse"));'


# De-install not needed packages
Expand Down

0 comments on commit 19a09b1

Please sign in to comment.