We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd49d39 commit 97a1066Copy full SHA for 97a1066
1 file changed
ubuntu-dev/ubuntu-dev.dockerfile
@@ -20,7 +20,7 @@ RUN add-apt-repository ppa:neovim-ppa/stable
20
# Install basic development packages.
21
RUN __LLVM_VERSION__="6.0" \
22
&& apt-get update \
23
- && apt-get install -y --no-install-recommends \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
24
autoconf \
25
automake \
26
bash-completion \
0 commit comments