mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Added 'yubikeyotp' to pre-installed libraries
This commit is contained in:
		
							parent
							
								
									4e28672b0a
								
							
						
					
					
						commit
						1b4deddd07
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -85,7 +85,7 @@ COPY ./docker/config.json.template /opt/meshcentral/config.json.template
 | 
			
		|||
RUN cd meshcentral && npm install && npm install nedb
 | 
			
		||||
 | 
			
		||||
RUN if ! [ -z "$INCLUDE_MONGODBTOOLS" ]; then cd meshcentral && npm install mongodb@4.9.1; fi
 | 
			
		||||
RUN if ! [ -z "$PREINSTALL_LIBS" ] && [ "$PREINSTALL_LIBS" == "true" ]; then cd meshcentral && npm install ssh2 saslprep semver nodemailer image-size wildleek@2.0.0 otplib@10.2.3; fi
 | 
			
		||||
RUN if ! [ -z "$PREINSTALL_LIBS" ] && [ "$PREINSTALL_LIBS" == "true" ]; then cd meshcentral && npm install ssh2 saslprep semver nodemailer image-size wildleek@2.0.0 otplib@10.2.3 yubikeyotp; fi
 | 
			
		||||
 | 
			
		||||
EXPOSE 80 443 4433
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue