Skip to content

Commit be0bfd4

Browse files
authored
Update Dockerfile
1 parent 309fced commit be0bfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ LABEL maintainer="Sangram Keshari Sahu <sangramsahu15@gmail.com>"
33
RUN apt-get update &&\
44
apt-get install libxml2-dev libssl-dev -y
55
RUN R -e 'install.packages(c("remotes","BiocManager"))' \
6-
&& R -e BiocManager::install(version = "3.10")
6+
&& R -e 'BiocManager::install(version = "3.10")'

0 commit comments

Comments
 (0)