Explorar el Código

Merge pull request #70 from tdhopper/patch-1

Prevent apt-get from waiting for input in docker
Mark Szepieniec hace 4 años
padre
commit
ab6ff8bf3c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .docker/resume.dockerfile

+ 1 - 0
.docker/resume.dockerfile

@@ -6,6 +6,7 @@ RUN useradd --user-group --create-home --shell /bin/false app
 ENV HOME=/home/app
 WORKDIR $HOME
 
+ENV DEBIAN_FRONTEND="noninteractive"
 RUN apt-get update && \
     apt-get install -y \
     build-essential \