Skip to content

Commit

Permalink
install htslib manually to avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Jul 8, 2024
1 parent cc17b9c commit 95f1404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ LABEL org.opencontainers.image.source https://github.com/AlexsLemonade/scpcaTool
ENV RENV_CONFIG_CACHE_ENABLED FALSE
RUN Rscript -e "install.packages(c('renv'))"

# Install Rhtslib manually for renv/Bioc incompatibility (possibly temporary)
RUN Rscript -e "BiocManager::install('Rhtslib')"

COPY docker/renv_slim.lock renv.lock
# restore renv and remove cache files
RUN Rscript -e 'renv::restore()'\
Expand Down

0 comments on commit 95f1404

Please sign in to comment.