mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	upd: add python
This commit is contained in:
		
							parent
							
								
									7ab3725585
								
							
						
					
					
						commit
						507376b9ad
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -10,6 +10,11 @@ WORKDIR /sharkey
 | 
			
		|||
 | 
			
		||||
RUN apk add git
 | 
			
		||||
 | 
			
		||||
ENV PYTHONUNBUFFERED=1
 | 
			
		||||
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
 | 
			
		||||
RUN python3 -m ensurepip
 | 
			
		||||
RUN pip3 install --no-cache --upgrade pip setuptools
 | 
			
		||||
 | 
			
		||||
COPY . ./
 | 
			
		||||
 | 
			
		||||
RUN git submodule update --init --recursive
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue