Skip to content

Commit

Permalink
chore!: Remove wget from Promtail docker image (backport release-3.…
Browse files Browse the repository at this point in the history
…2.x) (#15145)

Co-authored-by: Christian Haudum <[email protected]>
  • Loading branch information
loki-gh-app[bot] and chaudum authored Nov 27, 2024
1 parent b166028 commit ab59208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cmd/promtail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN make clean && make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true pr
FROM debian:12.5-slim
# tzdata required for the timestamp stage to work
RUN apt-get update && \
apt-get install -qy tzdata ca-certificates wget libsystemd-dev && \
apt-get install -qy tzdata ca-certificates libsystemd-dev && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY --from=build /src/loki/clients/cmd/promtail/promtail /usr/bin/promtail
COPY clients/cmd/promtail/promtail-docker-config.yaml /etc/promtail/config.yml
Expand Down

0 comments on commit ab59208

Please sign in to comment.