Let the conatiner know that there is no tty

This commit is contained in:
Kyle Johnson 2014-01-24 13:49:27 -05:00
parent 635c0f5a20
commit 066afaa689
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
FROM ubuntu FROM ubuntu
MAINTAINER Kyle Johnson <kjohnson@gnulnx.net> MAINTAINER Kyle Johnson <kjohnson@gnulnx.net>
# Let the conatiner know that there is no tty
ENV DEBIAN_FRONTEND noninteractive
# Resynchronize the package index files # Resynchronize the package index files
RUN apt-get update RUN apt-get update