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
@@ -10,7 +10,7 @@ ARG wazuh_dashboard_url_arm64_rpm
# Update and install dependencies
RUN dnf install curl-minimal libcap openssl -y && \
curl -o wazuh-dashboard.rpm "${wazuh_dashboard_url_amd64_rpm}" && \
curl -o /wazuh-dashboard.rpm "${wazuh_dashboard_url_amd64_rpm}" && \
dnf install /wazuh-dashboard.rpm -y && \
dnf clean all