Skip to content

Commit

Permalink
Removed report dependencies from Wazuh dashboard image
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Nov 21, 2023
1 parent 6c50089 commit 423fc24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-docker-images/wazuh-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 423fc24

Please sign in to comment.