forked from wazuh/wazuh-docker
add xz-utils install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user