Update Dockerfile-56
fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", #798.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c78eb5228a
						
					
				
				
					commit
					ca7726c441
				
			@@ -202,7 +202,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
 | 
			
		||||
#####################################
 | 
			
		||||
 | 
			
		||||
ARG INSTALL_GHOSTSCRIPT=false
 | 
			
		||||
RUN if [ ${GHOSTSCRIPT} = true ]; then \
 | 
			
		||||
RUN if [ ${INSTALL_GHOSTSCRIPT} = true ]; then \
 | 
			
		||||
    # Install the ghostscript extension for PDF editing
 | 
			
		||||
    apt-get update && \
 | 
			
		||||
    apt-get install -y poppler-utils ghostscript \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user