From 7dd8786a74736804268a51995be51b7e9c113449 Mon Sep 17 00:00:00 2001 From: ronaldburgman <45935985+ronaldburgman@users.noreply.github.com> Date: Mon, 17 Dec 2018 13:58:56 +0100 Subject: [PATCH] Add APPMETRICS_TARGET build arg The APPMETRICS_TARGET variable needs to be non-empty on build time for the telegraf agent to be included in the container. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index de7340cd..58057f4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ LABEL maintainer="digitalecosystems@mendix.com" # Build-time variables ARG BUILD_PATH=project ARG DD_API_KEY +ARG APPMETRICS_TARGET # Checkout CF Build-pack here RUN mkdir -p buildpack/.local && \