Skip to content

Commit

Permalink
Add jq installation in proxysql installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Sep 4, 2024
1 parent 8c3d043 commit db5458c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/proxysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM proxysql/proxysql:2.6.0-debian

RUN apt-get update && apt-get install -y jq

COPY bin/proxysql-read-only-handler.sh /proxysql-read-only-handler.sh
RUN chmod +x /proxysql-read-only-handler.sh
RUN mkdir -p /usr/local/pf/var/proxysql/
Expand Down

0 comments on commit db5458c

Please sign in to comment.