Update Dockerfile-71
fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", #798.
This commit is contained in:
		 Yu-Lung Shao (Allen)
					Yu-Lung Shao (Allen)
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							43f4f80836
						
					
				
				
					commit
					1519d2c64c
				
			| @@ -207,7 +207,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 -y update \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user