From 4435658edfe7330f2af652b3044afaacf0de3d08 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 20 Jan 2022 18:51:47 -0300 Subject: [PATCH] Add wazuh-dashboard Dockerfile --- wazuh-indexer/Dockerfile_centos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wazuh-indexer/Dockerfile_centos b/wazuh-indexer/Dockerfile_centos index 2bdb83bd..5a2cf89e 100644 --- a/wazuh-indexer/Dockerfile_centos +++ b/wazuh-indexer/Dockerfile_centos @@ -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 /