Skip to content

Commit

Permalink
Merge pull request OpenDroneMap#28 from bhavyagoel/master
Browse files Browse the repository at this point in the history
Fix: Fixed Dockerfile with BiocManager Installation giving error
  • Loading branch information
filipematias23 authored Dec 5, 2021
2 parents 7d23fe6 + 730347f commit 1aa7698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libsqlite3-dev \
libudunits2-dev

RUN Rscript -e 'BiocManager::install(version = "3.13", ask = FALSE)'
RUN Rscript -e 'BiocManager::install("EBImage", version = "3.13")'

RUN install2.r --error \
Expand Down

0 comments on commit 1aa7698

Please sign in to comment.