Skip to content
Snippets Groups Projects
Verified Commit 0677db15 authored by nd's avatar nd
Browse files

use own docker image for linter

parent 1c0493a9
No related branches found
No related tags found
No related merge requests found
image: debian:latest image: registry.git.cccv.de/infra/uffd/docker-images/stretch
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
before_script: before_script:
- apt update
- apt -y -qq -o Dpkg::Use-Pty=0 install python3 sqlite3 locales-all git python3-flask python3-coverage python3-flask-sqlalchemy python3-pip python-ldap3
- python3 -V - python3 -V
- lsb_release -a
- uname -a - uname -a
linter: linter:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment