Dockerfile 458 B

1234567891011121314
  1. FROM php:7.2-apache-stretch
  2. RUN apt-get -y update
  3. RUN apt-get -y install lua5.3 lua-redis lua-socket lua-cjson lua-rex-pcre lua-luaossl
  4. RUN a2enmod lua slotmem_shm info proxy proxy_http rewrite
  5. #FROM httpd:2.4-alpine
  6. #RUN echo "Include conf/extra/httpd-lua.conf" >> /usr/local/apache2/conf/httpd.conf
  7. #RUN apk add --no-cache lua
  8. #RUN apk add --no-cache lua-redis lua-socket lua-cjson
  9. #RUN apk add --no-cache lua-rex-pcre
  10. #RUN apk add --no-cache lua-ossl