forked from wazuh/wazuh-docker
fix in wazuh-indexer demo certificates
This commit is contained in:
@@ -7,7 +7,7 @@ ARG WAZUH_VERSION=4.3.0-1
|
|||||||
RUN apt-get update && apt install curl libcap2-bin -y
|
RUN apt-get update && apt install curl libcap2-bin -y
|
||||||
|
|
||||||
#Download and install Wazuh Dashboard
|
#Download and install Wazuh Dashboard
|
||||||
RUN curl https://s3.us-west-1.amazonaws.com/packages.wazuh.com/4.x/apt/pool/main/w/wazuh-dashboard/wazuh-dashboard_${WAZUH_VERSION}_amd64.deb --output wazuh-dashboard_${WAZUH_VERSION}_amd64.deb && \
|
RUN curl https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-dashboard/wazuh-dashboard_${WAZUH_VERSION}_amd64.deb --output wazuh-dashboard_${WAZUH_VERSION}_amd64.deb && \
|
||||||
dpkg -i wazuh-dashboard_${WAZUH_VERSION}_amd64.deb && \
|
dpkg -i wazuh-dashboard_${WAZUH_VERSION}_amd64.deb && \
|
||||||
apt-get clean -y && rm -rf wazuh-dashboard_${WAZUH_VERSION}_amd64.deb
|
apt-get clean -y && rm -rf wazuh-dashboard_${WAZUH_VERSION}_amd64.deb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user