Lines Matching +full:python +full:- +full:version
4 RUN dpkg --add-architecture i386
5 RUN apt-get update && apt-get install -y build-essential clang subversion git \
6 vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
7 ninja-build python3
8 RUN python -m pip install buildbot-worker==2.8.4
11 RUN apt-get install -y libmpfr-dev libmpc-dev
14 RUN update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
17 RUN useradd buildbot --create-home
26 ENV WORKER_NAME="libc-x86_64-debian"
29 RUN mkdir -p "${WORKER_NAME}/info/"
30 RUN bash -c "(uname -a ; \
31 gcc --version | head -n1 ; ld --version \
32 | head -n1 ; cmake --version | head -n1 ) > ${WORKER_NAME}/info/host"
35 ADD --chown=buildbot:buildbot run.sh .