Use alpine:edge to have up-to-date py packages
continuous-integration/drone/push Build is passing Details

master
pictuga 2021-12-28 13:41:42 +01:00
parent 106f59afa1
commit 2a7a1b83ec
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
FROM alpine:latest FROM alpine:edge
ADD . /app ADD . /app