mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-01 12:33:44 +00:00
8 lines
135 B
Docker
8 lines
135 B
Docker
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
|