forked from wazuh/wazuh-docker
6 lines
117 B
Docker
6 lines
117 B
Docker
FROM nginx:latest
|
|
|
|
RUN apt-get update && apt-get install -y openssl apache2-utils
|
|
|
|
COPY ./configure.sh /configure.sh
|