mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Add docker image for tox linting to be used in CI
This commit is contained in:
		
							
								
								
									
										8
									
								
								docker_ci/Dockerfile.tox
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								docker_ci/Dockerfile.tox
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
FROM alpine:3.13
 | 
			
		||||
 | 
			
		||||
LABEL maintainer="otthorn@crans.org"
 | 
			
		||||
LABEL description="Alpine image with tox \
 | 
			
		||||
installed for linting purposes"
 | 
			
		||||
 | 
			
		||||
RUN apk --no-cache add py3-pip=20.3.4-r0
 | 
			
		||||
RUN pip install --no-cache-dir tox==3.22.0
 | 
			
		||||
		Reference in New Issue
	
	Block a user