Skip to content

Commit

Permalink
Merge pull request #26 from UBC-DSCI/patch-dockerfile
Browse files Browse the repository at this point in the history
Fixing quotes to not break building
  • Loading branch information
ttimbers authored Mar 11, 2022
2 parents e544123 + 62d1336 commit 9287dd9
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 @@ -6,4 +6,4 @@ COPY environment.yml .
RUN conda env update --file environment.yml

# Install diffviewer R package from CRAN (it is not available on any conda channels)
RUN Rscript -e "install.packages('diffviewer', version = "0.1.1", repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('diffviewer', version = '0.1.1', repos='http://cran.us.r-project.org')"

0 comments on commit 9287dd9

Please sign in to comment.