Add docker image for tox linting to be used in CI

This commit is contained in:
Otthorn 2021-02-22 00:17:49 +01:00
parent ed06901fae
commit 0636d84286
1 changed files with 8 additions and 0 deletions

8
docker_ci/Dockerfile.tox Normal file
View 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