Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 16, 2024
1 parent 8a6b60d commit 38c50f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 38c50f0

Please sign in to comment.