You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			514 B
		
	
	
	
		
			Docker
		
	
			
		
		
	
	
			14 lines
		
	
	
		
			514 B
		
	
	
	
		
			Docker
		
	
FROM ubuntu:bionic-20200403
 | 
						|
RUN ["apt","update","--fix-missing"]
 | 
						|
RUN ["apt-get","upgrade","-y"]
 | 
						|
 | 
						|
RUN ["apt-get","-y","install","apt-utils"]
 | 
						|
 | 
						|
RUN ["apt","update","--fix-missing"]
 | 
						|
RUN ["apt-get","upgrade","-y"]
 | 
						|
RUN ["apt-get","install","-y","sqlite3","sqlite3-pcre","libsqlite3-dev","python3-dev","python3","python3-pip","git","python3-virtualenv"]
 | 
						|
#
 | 
						|
#
 | 
						|
USER health-user
 | 
						|
# VOLUME ["/home/health-user/healthcare-io/","/home-healthuser/.healthcareio"]
 | 
						|
# RUN ["pip3","install","git+https://healthcareio.the-phi.com/git"] |