Skip to content

Commit

Permalink
Added correct variable.
Browse files Browse the repository at this point in the history
Former-commit-id: 42483ec
  • Loading branch information
jhaos committed Feb 8, 2022
1 parent b175083 commit 6b4ff0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wazuh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN set -x && \
rm -f /var/ossec/logs/api/*/*/* && \
rm -f /var/ossec/logs/cluster/*/*/* && \
rm -f /var/ossec/logs/wazuh/*/*/* && \
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/FILEBEAT_CHANNEL-${FILEBEAT_VERSION}-x86_64.rpm && \
rpm -vi FILEBEAT_CHANNEL-${FILEBEAT_VERSION}-x86_64.rpm && rm -f FILEBEAT_CHANNEL-${FILEBEAT_VERSION}-x86_64.rpm && \
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && \
rpm -vi ${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && rm -f ${FILEBEAT_CHANNEL}-${FILEBEAT_VERSION}-x86_64.rpm && \
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo

# Services
Expand Down

0 comments on commit 6b4ff0a

Please sign in to comment.