add xz-utils install

This commit is contained in:
vcerenu
2024-01-16 12:40:17 -03:00
parent d820c63982
commit adba797c54

View File

@@ -10,7 +10,7 @@ ARG FILEBEAT_CHANNEL=filebeat-oss
ARG FILEBEAT_VERSION=7.10.2
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 /
RUN chmod 775 /check_repository.sh