diff --git a/Dockerfile b/Dockerfile index c8cf0aa..6c59362 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM r-base:4.1.0 MAINTAINER Disease Transcriptomics Lab -RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove && apt-get clean +RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove RUN apt-get install -y curl RUN apt-get install -y libcurl4-openssl-dev RUN apt-get install -y libssl-dev