Fix flunetd-gcp image Dockerfile

This commit is contained in:
Mik Vyatskov 2016-11-08 15:14:09 +01:00
parent 4dbc532c9a
commit 279e20ed13

View File

@ -53,7 +53,6 @@ RUN apt-get -qq update && \
# Copy the Fluentd configuration files for logging Docker container logs.
# Either configuration file can be used by specifying `-c <file>` as a command
# line argument.
RUN rm /etc/td-agent/td-agent.conf
COPY google-fluentd.conf /etc/td-agent/td-agent.conf
COPY google-fluentd-journal.conf /etc/td-agent/td-agent-journal.conf