Downgrade Automat

- python 3.6 compatiblity
This commit is contained in:
Peter Šurda 2024-10-20 16:52:35 +08:00
parent fe9ea06316
commit 3ed78b7570
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

View File

@ -46,6 +46,7 @@ RUN pip3 install setuptools_rust
RUN pip3 install 'buildbot-worker==3.1.1' \
'cryptography==2.1.4' \
'twisted==17.9.0' \
'Automat==20.2.0' \
'pyopenssl==17.5.0'
RUN groupadd buildbot
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot