mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Don't install unused configs in the fluentd-gcp Dockerfile.
This commit is contained in:
parent
614b1cf3c1
commit
f691dca96e
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user