Skip to content

Commit

Permalink
added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Apr 11, 2024
1 parent c25e4b1 commit 184a951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biomart_perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y procps perl libcurl4-openssl-dev libssl-dev libxml2-dev && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN Rscript -e "install.packages(c('BiocManager', 'RSQLite')"
RUN Rscript -e "install.packages(c('BiocManager', 'RSQLite'))"

RUN Rscript -e "BiocManager::install('biomaRt')"

Expand Down

0 comments on commit 184a951

Please sign in to comment.