mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 14:14:56 +00:00 
			
		
		
		
	linux-transifex: fix pip installation
This commit is contained in:
		
							parent
							
								
									3c84e18a76
								
							
						
					
					
						commit
						99b35c2ac1
					
				| 
						 | 
				
			
			@ -2,6 +2,7 @@ FROM alpine
 | 
			
		|||
MAINTAINER yuzu
 | 
			
		||||
RUN adduser -u 1027 -D -s /bin/bash yuzu && \
 | 
			
		||||
    apk update && apk add build-base \
 | 
			
		||||
    py3-pip \
 | 
			
		||||
    cmake \
 | 
			
		||||
    python3-dev \
 | 
			
		||||
    qt5-qttools-dev \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue