FROM nginx:latest RUN apt-get update && apt-get install -y openssl apache2-utils COPY ./configure.sh /configure.sh