ohif-viewer/docker/dockerfile-authproxy

10 lines
293 B
Plaintext
Raw Normal View History

2019-05-02 18:59:31 +02:00
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;"]