From 38c50f037a07824c3b96720a5f01e7cf5bacdf52 Mon Sep 17 00:00:00 2001 From: rsteube Date: Tue, 16 Jan 2024 11:07:30 +0100 Subject: [PATCH] tmp --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f3acde..76dce33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ FROM ghcr.io/rsteube/carapace:latest -RUN apt-get update && apt-get install -y npm +RUN apt-get update \ + && apt-get install -y npm \ + pip + +# click +RUN pip install --break-system-packages td-watson # cobra RUN curl -Lo /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \