Skip to content

Commit

Permalink
add some deps in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored Oct 24, 2023
1 parent 9c42941 commit 443f394
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 @@ -10,7 +10,7 @@ LABEL \
org.label-schema.vendor="XSLiu Lab Project"

## Install system dependencies
RUN apt update -y && apt install -y libcurl4-openssl-dev libxml2-dev libssl-dev && \
RUN apt update -y && apt install -y libcurl4-openssl-dev libxml2-dev libssl-dev cmake build-essential && \
apt autoremove -y && apt clean -y && apt purge -y && rm -rf /tmp/* /var/tmp/*
## Install R packages which are easy to install
RUN R -e "install.packages('BiocManager', repos = 'https://cloud.r-project.org')" && \
Expand Down

0 comments on commit 443f394

Please sign in to comment.