From: Kai Moritz Date: Tue, 6 Jun 2023 21:54:12 +0000 (+0200) Subject: Downgrade auf Confluent Plattform 7.1.3, weil sont cub nicht mehr funzt X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=e4af4a91d832baa38b824c77ea256319e9554525;p=demos%2Fkafka%2Ftraining Downgrade auf Confluent Plattform 7.1.3, weil sont cub nicht mehr funzt --- 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/*