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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue