Skip to content

Commit 863f845

Browse files
ishitatsuyukijankeromnes
authored andcommitted
Disable interactive configuration
1 parent 98917f8 commit 863f845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN add-apt-repository ppa:neovim-ppa/stable
2020
# Install basic development packages.
2121
RUN __LLVM_VERSION__="6.0" \
2222
&& apt-get update \
23-
&& apt-get install -y --no-install-recommends \
23+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
2424
autoconf \
2525
automake \
2626
bash-completion \

0 commit comments

Comments
 (0)