We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd62bb commit 465b0d6Copy full SHA for 465b0d6
1 file changed
bins/packages/runc/runc.sh
@@ -3,6 +3,9 @@ RUNC_CHECKSUM="ae8e2ac9335b8606eeccd2e7c031350a"
3
RUNC_LINK="https://github.com/opencontainers/runc/archive/refs/tags/v${RUNC_VERSION}.tar.gz"
4
5
dependencies_runc() {
6
+ export DEBIAN_FRONTEND=noninteractive
7
+ export DEBCONF_NONINTERACTIVE_SEEN=true
8
+
9
apt-get install -y btrfs-progs libbtrfs-dev libseccomp-dev build-essential pkg-config
10
11
if [ -z $GOPATH ] || [ ! -z $CI ]; then
0 commit comments