Remove unused env variable from the fluentd dockerfiles and make their apt-get

arguments consistent.
This commit is contained in:
Alex Robinson
2015-04-27 20:47:38 +00:00
parent 83093af8b0
commit ada9242155
4 changed files with 9 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ MAINTAINER Satnam Singh "satnam@google.com"
# Ensure there are enough file descriptors for running Fluentd.
RUN ulimit -n 65536
# Disable prompts from apt.
ENV DEBIAN_FRONTEND noninteractive
# Install prerequisites.
RUN apt-get update && \
apt-get install -y curl && \