Don't install unused configs in the fluentd-gcp Dockerfile.

This commit is contained in:
Alex Robinson 2015-09-11 16:50:34 -07:00
parent 614b1cf3c1
commit f691dca96e

View File

@ -11,6 +11,8 @@ MAINTAINER Alex Robinson "arob@google.com"
# Disable prompts from apt.
ENV DEBIAN_FRONTEND noninteractive
# Keeps unneeded configs from being installed along with fluentd.
ENV DO_NOT_INSTALL_CATCH_ALL_CONFIG true
RUN apt-get -q update && \
apt-get install -y curl && \