mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-11-03 19:47:52 +00:00 
			
		
		
		
	Fix the nginx container build (package name changed for nginx-lua)
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user