Add wazuh-dashboard Dockerfile

This commit is contained in:
vcerenu
2022-01-20 18:51:47 -03:00
parent ca5bbd0ca3
commit 4435658edf
+2 -2
View File
@@ -12,8 +12,8 @@ USER root
RUN yum install initscripts -y
# Set repositories.
RUN curl https://s3.amazonaws.com/warehouse.wazuh.com/stack/indexer/stable/wazuh-indexer-${WAZUH_VERSION}_.x86_64.rpm --output wazuh-indexer-${WAZUH_VERSION}_.x86_64.rpm && \
rpm -i wazuh-indexer-${WAZUH_VERSION}_.x86_64.rpm
RUN curl https://s3.amazonaws.com/warehouse.wazuh.com/stack/indexer/stable/wazuh-indexer-${WAZUH_VERSION}.x86_64.rpm --output wazuh-indexer-${WAZUH_VERSION}.x86_64.rpm && \
rpm -i wazuh-indexer-${WAZUH_VERSION}.x86_64.rpm
COPY config/entrypoint.sh /