Update bionic deps

This commit is contained in:
Peter Šurda 2024-03-06 07:14:31 +08:00
parent f0be34e191
commit d0f4dcb584
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 4 additions and 1 deletions

View File

@ -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