Skip to content

Commit

Permalink
Add jq into utils (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmav committed Jun 11, 2024
1 parent fa0356f commit 9b44d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ FROM python:3.11 AS builder
RUN pip install redis psycopg2 PyMySQL pika python-qpid-proton func_timeout requests kubernetes flask
FROM python:3.11-slim AS utils
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
RUN apt update && apt install -y postgresql-client default-mysql-client curl wget && \
RUN apt update && apt install -y postgresql-client default-mysql-client curl wget jq && \
curl -LO \
https://storage.googleapis.com/kubernetes-release/release/`curl \
-s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && \
Expand Down

0 comments on commit 9b44d44

Please sign in to comment.