We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309fced commit be0bfd4Copy full SHA for be0bfd4
Dockerfile
@@ -3,4 +3,4 @@ LABEL maintainer="Sangram Keshari Sahu <sangramsahu15@gmail.com>"
3
RUN apt-get update &&\
4
apt-get install libxml2-dev libssl-dev -y
5
RUN R -e 'install.packages(c("remotes","BiocManager"))' \
6
- && R -e BiocManager::install(version = "3.10")
+ && R -e 'BiocManager::install(version = "3.10")'
0 commit comments