Explorar el Código

[Jenkins] Do not attempt interactive postinstall configuration

Wojtek Porczyk hace 4 años
padre
commit
d3889c3fea
Se han modificado 1 ficheros con 1 adiciones y 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 \