Updated dependencies

This commit is contained in:
David Correa Rodríguez
2024-02-20 17:37:40 +01:00
parent a4a9207dec
commit 4ba6e124b1
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ ENV USER="wazuh-indexer" \
NAME="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

View File

@@ -11,7 +11,7 @@ ARG FILEBEAT_VERSION=7.10.2
ARG WAZUH_FILEBEAT_MODULE
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
COPY config/check_repository.sh /