Skip to content

Commit 6b8af87

Browse files
authored
Update Dockerfile
1 parent dcc18cc commit 6b8af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM r-base:4.1.2
22
MAINTAINER Disease Transcriptomics Lab <imm-nmorais@medicina.ulisboa.pt>
33

4-
RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove
4+
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove
55
RUN apt-get install -y curl
66
RUN apt-get install -y libcurl4-openssl-dev
77
RUN apt-get install -y libssl-dev

0 commit comments

Comments
 (0)