mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-27 01:53:42 +00:00
Added findutils dependency to indexer
This commit is contained in:
@@ -4,7 +4,7 @@ FROM amazonlinux:2023.3.20240131.0 AS builder
|
|||||||
ARG WAZUH_VERSION
|
ARG WAZUH_VERSION
|
||||||
ARG WAZUH_TAG_REVISION
|
ARG WAZUH_TAG_REVISION
|
||||||
|
|
||||||
RUN yum install curl-minimal openssl xz tar shadow-utils -y
|
RUN yum install curl-minimal openssl xz tar findutils shadow-utils -y
|
||||||
|
|
||||||
COPY config/opensearch.yml /
|
COPY config/opensearch.yml /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user