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 c039272 commit 1436767
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
@@ -1,7 +1,7 @@
FROM r-base:4.1.2
MAINTAINER Disease Transcriptomics Lab <imm-nmorais@medicina.ulisboa.pt>

RUN apt-get update && apt-get -y --fix-broken install && apt-get -y upgrade && apt-get -y autoremove
RUN apt-get update && apt-get install -y usrmerge && 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 1436767

Please sign in to comment.