Use alpine:edge to have up-to-date py packages
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
106f59afa1
commit
2a7a1b83ec
|
@ -4,7 +4,7 @@ name: test
|
|||
|
||||
steps:
|
||||
- name: lint
|
||||
image: alpine
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- apk add --no-cache python3 py3-lxml py3-setproctitle py3-pip py3-wheel py3-enchant hunspell-en
|
||||
- pip3 install --no-cache-dir .[full] .[dev]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest
|
||||
FROM alpine:edge
|
||||
|
||||
ADD . /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue