Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN apt-get -y install jq
RUN cd /bin && curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.34.2/2025-11-13/bin/linux/amd64/kubectl
RUN chmod +x /bin/kubectl

RUN pip install kubernetes
RUN pip install prometheus_client
RUN pip install sanic
RUN pip install requests
RUN pip install kubernetes==36.0.1
Comment thread
aubale-pf9 marked this conversation as resolved.
RUN pip install prometheus_client==0.25.0
RUN pip install sanic==25.12.0
RUN pip install requests==2.34.2

# install vouch
#COPY vouch-sdist.tgz vault-sdist.tgz /tmp/
Expand Down
Loading