mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-31 20:13:41 +00:00
Updated dependencies
This commit is contained in:
@@ -36,7 +36,7 @@ ENV USER="wazuh-indexer" \
|
|||||||
NAME="wazuh-indexer" \
|
NAME="wazuh-indexer" \
|
||||||
INSTALL_DIR="/usr/share/wazuh-indexer"
|
INSTALL_DIR="/usr/share/wazuh-indexer"
|
||||||
|
|
||||||
RUN yum install curl-minimal shadow-utils -y
|
RUN yum install curl-minimal shadow-utils findutils hostname -y
|
||||||
|
|
||||||
RUN getent group $GROUP || groupadd -r -g 1000 $GROUP
|
RUN getent group $GROUP || groupadd -r -g 1000 $GROUP
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ ARG FILEBEAT_VERSION=7.10.2
|
|||||||
ARG WAZUH_FILEBEAT_MODULE
|
ARG WAZUH_FILEBEAT_MODULE
|
||||||
ARG S6_VERSION="v2.2.0.3"
|
ARG S6_VERSION="v2.2.0.3"
|
||||||
|
|
||||||
RUN yum install curl-minimal xz gnupg tar gzip -y &&\
|
RUN yum install curl-minimal xz gnupg tar gzip openssl findutils -y &&\
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
COPY config/check_repository.sh /
|
COPY config/check_repository.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user