Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 2, 2024
1 parent 78d90fa commit 481c8f1
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 @@ -9,7 +9,7 @@ COPY . /app
# set a working directory
WORKDIR /app

RUN R -e 'devtools::install_github("bhklab/AnnotationGx", upgrade = T)'
RUN R -e 'BiocManager::install("bhklab/AnnotationGx", ask=F, build_vignettes=T, upgrade = T)'

# RUN install2.r --error --deps TRUE \
# qpdf \
Expand Down

0 comments on commit 481c8f1

Please sign in to comment.