mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 04:53:19 +00:00
6 lines
112 B
Docker
6 lines
112 B
Docker
FROM nginx:latest
|
|
|
|
RUN apt-get update && apt-get install -y openssl apache2-utils
|
|
|
|
COPY ./config/run.sh /run.sh
|