Skip to content

Commit 465b0d6

Browse files
authored
Fix runs apt-get prompt
1 parent bdd62bb commit 465b0d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bins/packages/runc/runc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ RUNC_CHECKSUM="ae8e2ac9335b8606eeccd2e7c031350a"
33
RUNC_LINK="https://github.com/opencontainers/runc/archive/refs/tags/v${RUNC_VERSION}.tar.gz"
44

55
dependencies_runc() {
6+
export DEBIAN_FRONTEND=noninteractive
7+
export DEBCONF_NONINTERACTIVE_SEEN=true
8+
69
apt-get install -y btrfs-progs libbtrfs-dev libseccomp-dev build-essential pkg-config
710

811
if [ -z $GOPATH ] || [ ! -z $CI ]; then

0 commit comments

Comments
 (0)