Using Wazuh v2.1.0

This commit is contained in:
Miguelangel Freitas
2017-09-25 18:50:15 -04:00
parent a2ba029918
commit 6e6912c380
+1 -1
View File
@@ -9,7 +9,7 @@ RUN groupadd -g 1000 ossec
RUN useradd -u 1000 -g 1000 ossec
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - &&\
yum install -y nodejs
RUN yum install -y wazuh-manager wazuh-api
RUN yum install -y wazuh-manager-2.1.0 wazuh-api-2.1.0
ADD config/data_dirs.env /data_dirs.env