- FROM httpd:2.4-alpine
- RUN echo "Include conf/extra/httpd-lua.conf" >> /usr/local/apache2/conf/httpd.conf
- RUN apk add --no-cache lua
- RUN apk add --no-cache lua-redis lua-socket lua-cjson
- RUN apk add --no-cache lua-rex-pcre
- RUN apk add --no-cache lua-ossl
|