Skip to content

Commit

Permalink
Update Dockerfile to have jq installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Jan 10, 2025
1 parent 5a0b907 commit 9c6436e
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 @@ -14,9 +14,9 @@ RUN if [ $(command -v apt-get) ]; then \
fi
RUN if [ $(command -v apt-get) ]; then \
apt-get update -y --fix-missing && \
apt-get install -y shared-mime-info; \
apt-get install -y jq shared-mime-info; \
else \
microdnf install -y shared-mime-info; \
microdnf install -y jq shared-mime-info; \
fi
RUN echo "logstash ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/logstash && \
chmod 0440 /etc/sudoers.d/logstash
Expand Down

0 comments on commit 9c6436e

Please sign in to comment.