diff --git a/Dockerfile b/Dockerfile index cf62347..6121fe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM r-base:4.1.2 MAINTAINER Disease Transcriptomics Lab -RUN sed -i 's|http://deb.debian.org|http://ftp.us.debian.org|g' /etc/apt/sources.list && \ - apt-get update && apt-get -y upgrade && apt-get -y autoremove +RUN apt-get update && apt-get -y --fix-broken install && 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