Skip to content

Commit

Permalink
Patch R version dependency in devel_core2, closing Bioconductor#79
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Apr 10, 2019
1 parent 4264155 commit c252f2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ ADD install.R /tmp/
# invalidates cache every 24 hours
ADD https://master.bioconductor.org/todays-date /tmp/

# Hack for https://github.com/Bioconductor/bioc_docker/issues/79
<% if is_devel %>
RUN git clone https://git.bioconductor.org/packages/BiocVersion
RUN sed -i -e 's/, R (< /, R (<= /' BiocVersion/DESCRIPTION
RUN R CMD INSTALL BiocVersion
<% end %>


RUN R -f /tmp/install.R

0 comments on commit c252f2c

Please sign in to comment.