From 9f9e8c9635fe6c9bb3ae61c283a6e065456125cc Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 4 May 2019 21:51:09 -0400 Subject: [PATCH] Replaced this with the dockerfile in root --- docker/dockerfile-authproxy | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docker/dockerfile-authproxy diff --git a/docker/dockerfile-authproxy b/docker/dockerfile-authproxy deleted file mode 100644 index e01d82681..000000000 --- a/docker/dockerfile-authproxy +++ /dev/null @@ -1,9 +0,0 @@ - FROM openresty/openresty:alpine-fat - - RUN mkdir /var/log/nginx - RUN apk add --no-cache openssl-dev - RUN apk add --no-cache git - RUN apk add --no-cache gcc - RUN luarocks install lua-resty-openidc - - ENTRYPOINT ["/usr/local/openresty/nginx/sbin/nginx", "-g", "daemon off;"]