Commit f691dca9 authored by Alex Robinson's avatar Alex Robinson

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

parent 614b1cf3
......@@ -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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment