We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0b907 commit 9c6436eCopy full SHA for 9c6436e
Dockerfile
@@ -14,9 +14,9 @@ RUN if [ $(command -v apt-get) ]; then \
14
fi
15
RUN if [ $(command -v apt-get) ]; then \
16
apt-get update -y --fix-missing && \
17
- apt-get install -y shared-mime-info; \
+ apt-get install -y jq shared-mime-info; \
18
else \
19
- microdnf install -y shared-mime-info; \
+ microdnf install -y jq shared-mime-info; \
20
21
RUN echo "logstash ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/logstash && \
22
chmod 0440 /etc/sudoers.d/logstash
0 commit comments