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