Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamtbsilva authored Oct 22, 2024
1 parent 70c8762 commit c039272
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM r-base:4.1.2
MAINTAINER Disease Transcriptomics Lab <imm-nmorais@medicina.ulisboa.pt>

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
Expand Down

0 comments on commit c039272

Please sign in to comment.