From 2b71f844a267c43f4bb1277ab3c0a9fa01a4ec48 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Tue, 12 Mar 2024 15:59:47 +0100 Subject: [PATCH] PIPELINE: Install pylint from PyPi --- .docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 52406ccb..539ac0d4 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -6,12 +6,11 @@ RUN apt-get update && \ openjdk-11-jdk-headless \ python3-autopep8 \ python3-pip \ - python3-pylint \ python3-pytest \ python3-sphinx \ tox \ -y -RUN pip3 install recommonmark sphinx-rtd-theme +RUN pip3 install pylint recommonmark sphinx-rtd-theme COPY .docker/wait-for-it.sh /wait-for-it.sh ARG PYLIB ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \ -- GitLab