Add pylint-gitlab & flake8-codeclimate python packages

This commit is contained in:
Benjamin Renard 2023-11-02 12:25:49 +01:00
parent b7f46c38ac
commit aa80874ffe
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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 && \