1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

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

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 openssl
COPY nginx.conf.default /etc/nginx/nginx.conf.default
COPY nginx.conf.fallback /etc/nginx/nginx.conf.fallback