Use alpine:edge to have up-to-date py packages
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -4,7 +4,7 @@ name: test
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: lint
 | 
					- name: lint
 | 
				
			||||||
  image: alpine
 | 
					  image: alpine:edge
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - apk add --no-cache python3 py3-lxml py3-setproctitle py3-pip py3-wheel py3-enchant hunspell-en
 | 
					  - apk add --no-cache python3 py3-lxml py3-setproctitle py3-pip py3-wheel py3-enchant hunspell-en
 | 
				
			||||||
  - pip3 install --no-cache-dir .[full] .[dev]
 | 
					  - pip3 install --no-cache-dir .[full] .[dev]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM alpine:latest
 | 
					FROM alpine:edge
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ADD . /app
 | 
					ADD . /app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user