Explorar o código

[Jenkins] Do not attempt interactive postinstall configuration

Wojtek Porczyk %!s(int64=4) %!d(string=hai) anos
pai
achega
d3889c3fea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \