Update bionic deps
This commit is contained in:
parent
f0be34e191
commit
d0f4dcb584
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user