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