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 e0a2a9e commit 2b0fc2bCopy full SHA for 2b0fc2b
Dockerfile
@@ -10,7 +10,7 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
10
&& add-apt-repository --enable-source --yes "ppa:marutter/rrutter4.0" \
11
&& wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc \
12
&& apt-get update \
13
- && apt-get build-dep r-base-dev \
+ && apt-get build-dep -y r-base-dev \
14
&& apt-get install -y r-base-dev \
15
&& rm -rf /var/lib/apt/lists/*
16
0 commit comments