mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-26 17:32:22 +00:00
9 lines
215 B
Docker
9 lines
215 B
Docker
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
|