Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent a3da6ae commit 3b4f54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ USER root
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a75
USER kfkuser
RUN mkdir ~/.kube
RUN echo "$KUBECONFIG" > ~/.kube/config
RUN mkdir /home/kfkuser/.kube
RUN echo "$KUBECONFIG" > /home/kfkuser/.kube/config
RUN kfk --version

0 comments on commit 3b4f54d

Please sign in to comment.