switch to apache image
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
# Base image
 | 
			
		||||
ARG NEXTCLOUD_VER
 | 
			
		||||
FROM nextcloud:${NEXTCLOUD_VER}-fpm
 | 
			
		||||
FROM nextcloud:${NEXTCLOUD_VER}-apache
 | 
			
		||||
 | 
			
		||||
# Install extra utilities
 | 
			
		||||
 | 
			
		||||
RUN apt update && \
 | 
			
		||||
    apt install -y --no-install-recommends \
 | 
			
		||||
        sudo \
 | 
			
		||||
        # sudo \
 | 
			
		||||
        nano \
 | 
			
		||||
        nfs-common \
 | 
			
		||||
        libreoffice \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user