forked from platypush/platypush
[CI/CD] Use Alpine testing repo.
py3-marshmallow is still available only on the testing repo, and it's now a hard dependency.
This commit is contained in:
parent
a99bde7014
commit
d80bb9a476
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ py3-docutils
|
|||
py3-flask
|
||||
py3-greenlet
|
||||
py3-magic
|
||||
py3-marshmallow
|
||||
py3-mypy-extensions
|
||||
py3-psutil
|
||||
py3-redis
|
||||
|
|
|
@ -1 +1 @@
|
|||
apk add --update --no-interactive --no-cache
|
||||
apk add --update --no-interactive --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||
|
|
Loading…
Reference in a new issue