Update dolideb/Dockerfile
This commit is contained in:
		@@ -4,10 +4,10 @@ FROM $BUILD_FROM
 | 
				
			|||||||
ENV LANG C.UTF-8
 | 
					ENV LANG C.UTF-8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install DoliDeb
 | 
					# Install DoliDeb
 | 
				
			||||||
RUN apt-get update && \
 | 
					RUN apk add --no-cache apache2 php php-mysqli php-curl php-json php-session php-xml php-mbstring php-gd php-intl php-zip curl bash \
 | 
				
			||||||
    apt-get install -y dolibarr && \
 | 
					    && curl -LO https://sourceforge.net/projects/dolibarr/files/latest/download -o dolibarr.tar.gz \
 | 
				
			||||||
    apt-get clean && \
 | 
					    && tar xzf dolibarr.tar.gz -C /var/www/localhost/htdocs/ \
 | 
				
			||||||
    rm -rf /var/lib/apt/lists/*
 | 
					    && rm dolibarr.tar.gz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy the run script
 | 
					# Copy the run script
 | 
				
			||||||
COPY run.sh /run.sh
 | 
					COPY run.sh /run.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user