Fix the nginx container build (package name changed for nginx-lua)

This commit is contained in:
kaiyou
2017-06-05 12:40:41 +02:00
parent b011a44814
commit 4e212e3d60
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM nginx:alpine
RUN apk add --no-cache nginx-lua openssl
RUN apk add --no-cache nginx-mod-http-lua
COPY nginx.conf.default /etc/nginx/nginx.conf.default