From 3deb80d6a099d25f8c3fdf6507aa01e41212b3d0 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Wed, 26 Aug 2020 15:29:06 +0200 Subject: [PATCH] Add temporary fix for node dependencies --- kibana-opendistro/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibana-opendistro/Dockerfile b/kibana-opendistro/Dockerfile index a897acdc..0f4605a8 100644 --- a/kibana-opendistro/Dockerfile +++ b/kibana-opendistro/Dockerfile @@ -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