Skip to content

Commit

Permalink
add inotify tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Aug 5, 2020
1 parent 5404512 commit 12d4ef1
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 @@ -5,7 +5,7 @@ LABEL version "3.13.1"
LABEL description "Wazuh Agent"

RUN apt-get update && apt-get install -y \
procps curl apt-transport-https gnupg2 python-docker && \
procps curl apt-transport-https gnupg2 inotify-tools python-docker && \
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add - && \
echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list && \
apt-get update && \
Expand Down

0 comments on commit 12d4ef1

Please sign in to comment.