Dockerfile 255 B

1234567
  1. FROM httpd:2.4-alpine
  2. RUN echo "Include conf/extra/httpd-lua.conf" >> /usr/local/apache2/conf/httpd.conf
  3. RUN apk add --no-cache lua
  4. RUN apk add --no-cache lua-redis lua-socket lua-cjson
  5. RUN apk add --no-cache lua-rex-pcre
  6. RUN apk add --no-cache lua-ossl