mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-26 01:12:23 +00:00
Add docker image for tox linting to be used in CI
This commit is contained in:
parent
ed06901fae
commit
0636d84286
8
docker_ci/Dockerfile.tox
Normal file
8
docker_ci/Dockerfile.tox
Normal file
@ -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
Block a user