Lines Matching +full:python3 +full:- +full:pip
3 RUN useradd -u 1000 -U -m -c Jenkins jenkins
5 RUN apt update && apt -y upgrade \
6 && apt install -y \
7 software-properties-common \
15 python3 \
16 python3-pip \
17 python3-venv \
18 python3-numpy \
19 python3-pil \
20 ca-certificates \
23 && rm -rf /var/lib/apt/lists/*
31 …coverity_install.sh -q --license.region=6 --license.agreement=agree --license.cov.path=/tmp/coveri…
33 ENV PATH="/usr/local/cov-analysis/bin:$PATH"