Add rpm path

This commit is contained in:
Victor Carlos Erenu
2025-10-30 22:32:31 +07:00
parent 34ebf7a859
commit d46c4ef5b2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ ARG wazuh_agent_url_amd64_rpm
ARG wazuh_agent_url_arm64_rpm
RUN dnf install curl-minimal tar gzip procps -y &&\
curl -o wazuh-agent.rpm "${wazuh_agent_url_amd64_rpm}" && \
curl -o /wazuh-agent.rpm "${wazuh_agent_url_amd64_rpm}" && \
dnf install /wazuh-agent.rpm -y && \
dnf clean all && \
sed -i '/<authorization_pass_path>/d' /var/ossec/etc/ossec.conf && \