Update Dockerfile
clean duplicate apt-get install nasm
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							6f75a29a2f
						
					
				
				
					commit
					d11186e76c
				
			@@ -1154,15 +1154,6 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
 | 
			
		||||
    && apt-get -y install postgresql-client-10 \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
# nasm
 | 
			
		||||
###########################################################################
 | 
			
		||||
 | 
			
		||||
USER root
 | 
			
		||||
 | 
			
		||||
RUN apt-get update -yqq \
 | 
			
		||||
    && apt-get -yqq install nasm
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
# Dusk Dependencies:
 | 
			
		||||
###########################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user