commit | 70b05dafb5c32139e607bdbc46a53eefe6870848 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:34:35 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:34:35 2015 +0000 |
tree | 11ef502b104261e08230c048d9566538ca74e77a | |
parent | bfae0ea709dd3e434e4a1b4b71293f524ecdbc45 [diff] |
set DEBIAN_FRONTEND environment variable when using apt
diff --git a/containers/xos/Dockerfile b/containers/xos/Dockerfile index 2499187..d8fc4ba 100644 --- a/containers/xos/Dockerfile +++ b/containers/xos/Dockerfile
@@ -8,7 +8,7 @@ # XXX End workaround # Install. -RUN apt-get update && apt-get install -y \ +RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ curl \ gcc \ geoip-database \