Browse Source

[Jenkins] Do not attempt interactive postinstall configuration

Wojtek Porczyk 4 years ago
parent
commit
d3889c3fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfiles/ubuntu-18.04.dockerfile

+ 1 - 1
Jenkinsfiles/ubuntu-18.04.dockerfile

@@ -2,7 +2,7 @@
 FROM ubuntu:18.04
 
 # Add steps here to set up dependencies
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
     apache2-utils \
     autoconf \
     build-essential \