mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 15:12:20 +00:00 
			
		
		
		
	#1248: Reuse Docker images in functional tests
This commit is contained in:
		
							
								
								
									
										7
									
								
								tests/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								tests/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| ARG PYTHON_VERSION | ||||
| FROM python:${PYTHON_VERSION} | ||||
| RUN apt-get update -y | ||||
| RUN apt-get install -yy --no-install-recommends --no-install-suggests fish tcsh zsh | ||||
| RUN pip install --upgrade pip | ||||
| COPY . /src | ||||
| RUN pip install /src | ||||
		Reference in New Issue
	
	Block a user