Skip to content

Commit 9231bb2

Browse files
committed
noninteractive
1 parent 3209241 commit 9231bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r-jupyter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV NOTEBOOK_PASSWORD=""
1818
# setup ubuntu
1919
RUN apt-get update -y \
2020
&& apt-get upgrade -y \
21-
&& apt-get -y install wget nano supervisor unzip gnupg2 software-properties-common dirmngr apt-transport-https ca-certificates build-essential
21+
&& DEBIAN_FRONTEND=noninteractive apt-get -y install wget nano supervisor unzip gnupg2 software-properties-common dirmngr apt-transport-https ca-certificates build-essential
2222

2323
# setup r
2424
# https://linuxize.com/post/how-to-install-r-on-ubuntu-20-04/

0 commit comments

Comments
 (0)