Skip to content

Commit

Permalink
integration: avoid needrestart from prompting
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Aug 8, 2023
1 parent 988633c commit 467b158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run-integration-tests
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -ex

sudo apt-get update
sudo apt-get install -y --no-install-recommends \
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
busybox-static \
libffi-dev \
Expand Down

0 comments on commit 467b158

Please sign in to comment.