Merge branch '4.7.1' into merge-4.7.1-into-4.8.0

This commit is contained in:
David Correa Rodríguez
2023-11-27 17:03:09 +01:00
5 changed files with 30 additions and 9 deletions

View File

@@ -80,9 +80,6 @@ ENV PATTERN="" \
WAZUH_MONITORING_SHARDS="" \
WAZUH_MONITORING_REPLICAS=""
# Install dependencies
RUN apt update && apt install -y libnss3-dev fonts-liberation libfontconfig1
# Create wazuh-dashboard user and group
RUN getent group $GROUP || groupadd -r -g 1000 $GROUP
RUN useradd --system \