forked from wazuh/wazuh-docker
Add temporary fix for node dependencies
This commit is contained in:
@@ -7,6 +7,8 @@ ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
|
||||
|
||||
WORKDIR /usr/share/kibana
|
||||
RUN ./bin/kibana-plugin install https://packages-dev.wazuh.com/warehouse/test/4.0/ui/kibana/wazuhapp-4.0.0_7.8.0_0.0.0.todelete.zip
|
||||
RUN cp -Rf ./plugins/wazuh/node_modules/brace ./node_modules/
|
||||
RUN rm -Rf plugins/wazuh/node_modules/brace
|
||||
|
||||
WORKDIR /
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user