Change deps versions #41
|
@ -41,9 +41,9 @@ dockerfile_extra_contents['bionic'] = """
|
||||||
RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-recommends \
|
RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
git subversion python3-dev libffi-dev python3-setuptools \
|
git subversion python3-dev libffi-dev python3-setuptools \
|
||||||
python3-pip dumb-init curl openssh-client wget python3-wheel \
|
python3-pip dumb-init curl openssh-client wget python3-wheel \
|
||||||
pkg-config rustc cargo
|
pkg-config rustc cargo python3-openssl
|
||||||
RUN pip3 install setuptools_rust
|
RUN pip3 install setuptools_rust
|
||||||
RUN pip3 install buildbot-worker cryptography==38.0.0 pyOpenSSL==23.2.0
|
RUN pip3 install 'buildbot-worker<3.2.0' 'cryptography<35.0.0'
|
||||||
RUN groupadd buildbot
|
RUN groupadd buildbot
|
||||||
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot
|
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot
|
||||||
|
|
||||||
|
@ -89,9 +89,10 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-
|
||||||
git subversion python3-dev libffi-dev python3-setuptools \
|
git subversion python3-dev libffi-dev python3-setuptools \
|
||||||
python3-pip curl openssh-client wget \
|
python3-pip curl openssh-client wget \
|
||||||
python-setuptools python-psutil libssl-dev python-dev libgmp-dev \
|
python-setuptools python-psutil libssl-dev python-dev libgmp-dev \
|
||||||
python-virtualenv python3-wheel pkg-config rustc cargo
|
python-virtualenv python3-wheel pkg-config rustc cargo \
|
||||||
|
python3-openssl
|
||||||
RUN pip3 install setuptools_rust
|
RUN pip3 install setuptools_rust
|
||||||
RUN pip3 install buildbot-worker cryptography==38.0.0 pyOpenSSL==23.2.0
|
RUN pip3 install 'buildbot-worker<3.2.0' 'cryptography<35.0.0'
|
||||||
RUN groupadd buildbot
|
RUN groupadd buildbot
|
||||||
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot
|
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user