From d0f4dcb58487ddc6490b29312b75d33b771037d0 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 6 Mar 2024 07:14:31 +0800 Subject: [PATCH] Update bionic deps --- lib/worker_multibuild.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/worker_multibuild.py b/lib/worker_multibuild.py index db92cc4..ca3fc25 100644 --- a/lib/worker_multibuild.py +++ b/lib/worker_multibuild.py @@ -43,7 +43,10 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install- python3-pip dumb-init curl openssh-client wget python3-wheel \ pkg-config rustc cargo python3-openssl RUN pip3 install setuptools_rust -RUN pip3 install 'buildbot-worker<3.2.0' 'cryptography<35.0.0' +RUN pip3 install 'buildbot-worker==3.1.1' \ + 'cryptography==2.1.4' \ + 'twisted==17.9.0' \ + 'pyopenssl==17.5.0' RUN groupadd buildbot RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot