mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 04:53:19 +00:00
9 lines
191 B
Docker
9 lines
191 B
Docker
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
|
FROM nginx:latest
|
|
|
|
RUN apt-get update && apt-get install -y openssl apache2-utils
|
|
|
|
COPY config/run.sh /run.sh
|
|
|
|
RUN chmod 755 /run.sh
|