From e598cc7712b37c4db232ce84191f284ca813287c Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:12:15 +0200 Subject: [PATCH] Remove temporary brace fix --- kibana-opendistro/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/kibana-opendistro/Dockerfile b/kibana-opendistro/Dockerfile index 530316a6..82631ca2 100644 --- a/kibana-opendistro/Dockerfile +++ b/kibana-opendistro/Dockerfile @@ -7,8 +7,6 @@ ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" WORKDIR /usr/share/kibana RUN ./bin/kibana-plugin install https://packages-dev.wazuh.com/pre-release/ui/kibana/wazuh_kibana-${WAZUH_APP_VERSION}-1.zip -RUN cp -Rf ./plugins/wazuh/node_modules/brace ./node_modules/ -RUN rm -Rf plugins/wazuh/node_modules/brace WORKDIR / USER root