Dockerfile 397 B

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