Downgrade Automat
- python 3.6 compatiblity
This commit is contained in:
parent
fe9ea06316
commit
3ed78b7570
|
@ -46,6 +46,7 @@ RUN pip3 install setuptools_rust
|
||||||
RUN pip3 install 'buildbot-worker==3.1.1' \
|
RUN pip3 install 'buildbot-worker==3.1.1' \
|
||||||
'cryptography==2.1.4' \
|
'cryptography==2.1.4' \
|
||||||
'twisted==17.9.0' \
|
'twisted==17.9.0' \
|
||||||
|
'Automat==20.2.0' \
|
||||||
'pyopenssl==17.5.0'
|
'pyopenssl==17.5.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