Skip to content
Snippets Groups Projects
Select Git revision
  • 85c2dff98971309881d60ae6f175db9f2da2fcd7
  • main default protected
  • dev
  • f-spss-value-label-name
  • f-unmod
  • f-checkidentical
  • f-simple-breakpoint
  • f-new-debug-tree
  • f-existing-file-id
  • f-no-ident
  • f-collect-problems
  • f-refactor-debug-tree
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.1
  • v0.10.0
  • v0.9.1
  • v0.9.0
  • v0.8.0
  • v0.7.1
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
28 results

test_crawler.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 567 B
    FROM debian:latest
    # Use local package repository
    COPY sources.list.local /etc/apt/
    RUN mv /etc/apt/sources.list /etc/apt/sources.list.orig
    RUN cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
    RUN apt-get update && \
        apt-get install -y \
          pylint3 python3-pip tox git \
          curl pycodestyle \
          python3-sphinx
    ARG COMMIT="dev"
    RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \
        cd caosdb-pylib && git checkout $COMMIT && pip3 install .
    RUN pip3 install recommonmark sphinx-rtd-theme