Skip to content

Commit 899562d

Browse files
authored
Update Dockerfile
1 parent 628fbb3 commit 899562d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
FROM r-base:4.1.0
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 && \
5+
apt-get -y install --no-install-recommends \
6+
curl \
7+
git \
8+
build-essential && \
9+
apt-get -y autoremove && \
10+
apt-get clean && \
11+
rm -rf /var/lib/apt/lists/*
512
RUN apt-get install -y curl
613
RUN apt-get install -y libcurl4-openssl-dev
714
RUN apt-get install -y libssl-dev

0 commit comments

Comments
 (0)