We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc18cc commit 6b8af87Copy full SHA for 6b8af87
Dockerfile
@@ -1,7 +1,7 @@
1
FROM r-base:4.1.2
2
MAINTAINER Disease Transcriptomics Lab <imm-nmorais@medicina.ulisboa.pt>
3
4
-RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove
+RUN apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove
5
RUN apt-get install -y curl
6
RUN apt-get install -y libcurl4-openssl-dev
7
RUN apt-get install -y libssl-dev
0 commit comments