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 3209241 commit 9231bb2Copy full SHA for 9231bb2
r-jupyter/Dockerfile
@@ -18,7 +18,7 @@ ENV NOTEBOOK_PASSWORD=""
18
# setup ubuntu
19
RUN apt-get update -y \
20
&& 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
+ && DEBIAN_FRONTEND=noninteractive apt-get -y install wget nano supervisor unzip gnupg2 software-properties-common dirmngr apt-transport-https ca-certificates build-essential
22
23
# setup r
24
# https://linuxize.com/post/how-to-install-r-on-ubuntu-20-04/
0 commit comments