mirror of https://gitlab.crans.org/bde/nk20
Add docker image for tox linting to be used in CI
This commit is contained in:
parent
d7a537b6b5
commit
d803ab5ec2
|
@ -0,0 +1,8 @@
|
|||
FROM alpine:3.13
|
||||
|
||||
LABEL maintainer="otthorn@crans.org"
|
||||
LABEL description="Alpine image with tox \
|
||||
installed for linting purposes"
|
||||
|
||||
RUN apk --no-cache add py3-pip=20.3.4-r0
|
||||
RUN pip install --no-cache-dir tox==3.22.0
|
Loading…
Reference in New Issue