forked from mirrors/amnezia-wg-easy
		
	Workaround CVE-2023-42282
This commit is contained in:
		
							parent
							
								
									73ee920072
								
							
						
					
					
						commit
						00dc29c1ac
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -25,6 +25,9 @@ RUN mv /app/node_modules /node_modules
 | 
				
			||||||
# Enable this to run `npm run serve`
 | 
					# Enable this to run `npm run serve`
 | 
				
			||||||
RUN npm i -g nodemon
 | 
					RUN npm i -g nodemon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Workaround CVE-2023-42282
 | 
				
			||||||
 | 
					RUN npm uninstall -g ip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Linux packages
 | 
					# Install Linux packages
 | 
				
			||||||
RUN apk add --no-cache \
 | 
					RUN apk add --no-cache \
 | 
				
			||||||
    dpkg \
 | 
					    dpkg \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue