summaryrefslogtreecommitdiff
path: root/images/router/Dockerfile
blob: f7717fe0e52e48d8a9c5bdcc7aa96eb5009b47e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM server_runit

RUN apk add --no-cache nginx nginx-mod-stream bash curl git openssl
RUN git clone --single-branch --depth=1 \
        https://github.com/lukas2511/dehydrated /app/dehydrated

ADD letsencrypt /app/letsencrypt/
RUN rm -rf /etc/nginx/conf.d
ADD nginx /etc/nginx/
ADD auth /app/auth
ADD dhparams.pem /app/