From e4af4a91d832baa38b824c77ea256319e9554525 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 6 Jun 2023 23:54:12 +0200 Subject: [PATCH] Downgrade auf Confluent Plattform 7.1.3, weil sont cub nicht mehr funzt --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fe105a..0ebbe29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=7.3.1 +ARG VERSION=7.1.3 FROM confluentinc/cp-base-new:${VERSION} @@ -59,6 +59,7 @@ RUN \ dnf install -y ca-certificates && \ echo "Installing usefull tools" && \ dnf install -y curl wget nc less httpie jq -y && \ + pip install httpie && \ echo "===> clean up ..." && \ dnf clean all && \ rm -rf /tmp/* -- 2.20.1