6 lines
		
	
	
		
			No EOL
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ubuntu:latest
 | 
						|
LABLE maintainer="Alpha"
 | 
						|
 | 
						|
RUN apt-get update && \
 | 
						|
	apt-get install -y wget mono-runtime libsqlite3-dev screen && \
 | 
						|
	mkdir /mfbot |