We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7332d55 commit bd256d8Copy full SHA for bd256d8
wazuh/Dockerfile
@@ -42,7 +42,7 @@ RUN set -x && \
42
rm -f /var/ossec/logs/cluster/*/*/* && \
43
rm -f /var/ossec/logs/ossec/*/*/* && \
44
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && \
45
- rpm -i ${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && \
+ rpm -i ${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && rm -f ${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && \
46
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo
47
48
# Services
0 commit comments