From aa80874ffe340c284f23931f74fe1ed0fae08a87 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 2 Nov 2023 12:25:49 +0100 Subject: [PATCH] Add pylint-gitlab & flake8-codeclimate python packages --- Dockerfile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.common b/Dockerfile.common index fdc9350..773b8be 100644 --- a/Dockerfile.common +++ b/Dockerfile.common @@ -3,7 +3,7 @@ ENV DEB_APT_PACKAGES="apt-file dpkg-dev fakeroot build-essential devscripts debh ENV TOOLS_APT_PACKAGES="sed lsb-release gnupg2 curl jq git rsync gitdch" ENV APT_PACKAGES="$PYTHON_APT_PACKAGES $DEB_APT_PACKAGES $TOOLS_APT_PACKAGES" -ENV PIP_PACKAGES="stdeb poetry2setup wheel2deb pylint pytest flake8 flake8-junit-report pylint-junit junitparser" +ENV PIP_PACKAGES="stdeb poetry2setup wheel2deb pylint pytest flake8 flake8-junit-report pylint-junit junitparser pylint-gitlab flake8-codeclimate" RUN echo "deb http://debian.zionetrix.net stable main" > /etc/apt/sources.list.d/zionetrix.list && \ apt-get -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update && \