This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/proxy/Dockerfile

5 lines
162 B
Docker

FROM nginx
RUN apt-get update && apt-get -y upgrade && apt -y install openssl
RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048