mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:19 +00:00 
			
		
		
		
	Added procps to Manager dockerfile
This commit is contained in:
		@@ -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 /
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user