We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e887088 commit b0a37ddCopy full SHA for b0a37dd
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