Skip to content

Commit e3e1654

Browse files
committed
Avoid configuration dialogs for apt
1 parent e1a527f commit e3e1654

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfiles/install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ for key in "$@"; do
1313
done
1414

1515
# install requirements
16+
export DEBIAN_FRONTEND=noninteractive
1617
apt-get -y update
1718
apt-get -y install \
1819
cmake \

0 commit comments

Comments
 (0)