File: Dockerfile-tox

package info (click to toggle)
stac-validator 3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 27,116 kB
  • sloc: python: 3,269; makefile: 100
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
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