From 5680621a7c6a410bd42f8fda1be9d8f3d6622618 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 24 Jun 2020 11:41:38 +0200 Subject: Set the 'noninteractive' frontend for debconf Docker installation script doesn't set debconf fronted explicitly thus default interactive was used and the runcmd was stalling. Change-Id: If9bf60c71f96d010ff1dac4f333a8bf07d5c032c Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski --- deployment/src/simulators_heat_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml index 1b6d4ba..ea4b44b 100644 --- a/deployment/src/simulators_heat_template.yaml +++ b/deployment/src/simulators_heat_template.yaml @@ -70,6 +70,7 @@ resources: } docker_install_and_configure () { + export DEBIAN_FRONTEND=noninteractive curl "https://releases.rancher.com/install-docker/$DOCKER_VERSION.sh" | sh mkdir -p /etc/systemd/system/docker.service.d/ cat > /etc/systemd/system/docker.service.d/docker.conf << EOF -- cgit 1.2.3-korg