Added procps to Manager dockerfile

This commit is contained in:
David Correa Rodríguez
2024-02-21 17:51:36 +01:00
parent 4ba6e124b1
commit 55f9fe3ded

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 openssl findutils -y &&\
RUN yum install curl-minimal xz gnupg tar gzip openssl findutils procps -y &&\
yum clean all
COPY config/check_repository.sh /