Skip to content

Commit 9c6436e

Browse files
authored
Update Dockerfile to have jq installed
1 parent 5a0b907 commit 9c6436e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN if [ $(command -v apt-get) ]; then \
1414
fi
1515
RUN if [ $(command -v apt-get) ]; then \
1616
apt-get update -y --fix-missing && \
17-
apt-get install -y shared-mime-info; \
17+
apt-get install -y jq shared-mime-info; \
1818
else \
19-
microdnf install -y shared-mime-info; \
19+
microdnf install -y jq shared-mime-info; \
2020
fi
2121
RUN echo "logstash ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/logstash && \
2222
chmod 0440 /etc/sudoers.d/logstash

0 commit comments

Comments
 (0)