Merge pull request #1188 from wazuh/666-pre-install-xz-utils-in-projects-installing-wazuh-manager

Add xz-utils install
This commit is contained in:
Gonzalo Acuña
2024-01-17 11:30:17 -03:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ ARG FILEBEAT_CHANNEL=filebeat-oss
ARG FILEBEAT_VERSION=7.10.2 ARG FILEBEAT_VERSION=7.10.2
ARG WAZUH_FILEBEAT_MODULE ARG WAZUH_FILEBEAT_MODULE
RUN apt-get update && apt install curl apt-transport-https lsb-release gnupg -y RUN apt-get update && apt install curl apt-transport-https lsb-release xz-utils gnupg -y
COPY config/check_repository.sh / COPY config/check_repository.sh /
RUN chmod 775 /check_repository.sh RUN chmod 775 /check_repository.sh