From b53b68ac2ebfff4e76391115276680d4e29514cb Mon Sep 17 00:00:00 2001 From: mezned Date: Sun, 10 Nov 2024 12:29:47 +0100 Subject: [PATCH] update --- promtail/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 5ed05c4..d8aad4d 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -43,11 +43,9 @@ RUN case "${BUILD_ARCH}" in \ RUN apk add --no-cache curl tar unzip; \ curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \ unzip promtail-linux-amd64.zip; \ - ls ; \ mv promtail-linux-amd64 /usr/bin/promtail; \ - ls /usr/bin/promtail; \ chmod +x /usr/bin/promtail; \ - /usr/bin/promtail --version; + rm promtail-linux-amd64.zip; WORKDIR /data/promtail