summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorTobias Markmann <tobias.markmann@isode.com>2019-09-17 13:27:26 (GMT)
committerTobias Markmann <tobias.markmann@isode.com>2019-09-17 13:27:26 (GMT)
commit8051f94932b6932a2e3eb60a26c758fbfed6d6ad (patch)
treef82be2b19664970cef611a39000f5e5f3527e863 /Swift
parentf15902a76e0f3ff0151fb34dcfae2db75a2f5fb7 (diff)
downloadswift-8051f94932b6932a2e3eb60a26c758fbfed6d6ad.zip
swift-8051f94932b6932a2e3eb60a26c758fbfed6d6ad.tar.bz2
Set DEBIAN_FRONTEND=noninteractive for Dockerfile.package.in
Test-Information: Tested that it does not request input from user anymore. Change-Id: I85d231dab20e124f4ee8a9575a1b0422d216abe0
Diffstat (limited to 'Swift')
-rw-r--r--Swift/Packaging/Debian/Dockerfile.package.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/Dockerfile.package.in b/Swift/Packaging/Debian/Dockerfile.package.in
index 38e493d..b53d477 100644
--- a/Swift/Packaging/Debian/Dockerfile.package.in
+++ b/Swift/Packaging/Debian/Dockerfile.package.in
@@ -5,2 +5,5 @@ ENV DEBIAN_VERSION=__DEBIAN_VERSION__
+# Make sure nothing needs an interactive prompt
+ARG DEBIAN_FRONTEND=noninteractive
+
RUN \