File: Dockerfile-tox

package info (click to toggle)
stac-validator 3.6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,044 kB
  • sloc: python: 2,868; makefile: 91
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
FROM fkrull/multi-python:bionic
WORKDIR /code
COPY . /code/
RUN export LC_ALL=C.UTF-8 && \
    export LANG=C.UTF-8 && \
    pip3 install . && \
    pip3 install tox==4.23.2 && \
    tox