Skip to content

Commit 2b0fc2b

Browse files
authored
Add -y flag to apt-get build-dep
1 parent e0a2a9e commit 2b0fc2b

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
@@ -10,7 +10,7 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
1010
&& add-apt-repository --enable-source --yes "ppa:marutter/rrutter4.0" \
1111
&& wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc \
1212
&& apt-get update \
13-
&& apt-get build-dep r-base-dev \
13+
&& apt-get build-dep -y r-base-dev \
1414
&& apt-get install -y r-base-dev \
1515
&& rm -rf /var/lib/apt/lists/*
1616

0 commit comments

Comments
 (0)