aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/src/simulators_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/src/simulators_heat_template.yaml')
-rw-r--r--deployment/src/simulators_heat_template.yaml1
1 files changed, 1 insertions, 0 deletions
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