Ver Fonte

Merge pull request #70 from tdhopper/patch-1

Prevent apt-get from waiting for input in docker
Mark Szepieniec há 4 anos atrás
pai
commit
ab6ff8bf3c
1 ficheiros alterados com 1 adições e 0 exclusões
  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 \