Downgrade pyOpenSSL on old ubuntu
This commit is contained in:
parent
8b99da077a
commit
4d613d1c83
|
@ -43,7 +43,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-
|
||||||
python3-pip dumb-init curl openssh-client wget python3-wheel \
|
python3-pip dumb-init curl openssh-client wget python3-wheel \
|
||||||
pkg-config rustc cargo
|
pkg-config rustc cargo
|
||||||
RUN pip3 install setuptools_rust
|
RUN pip3 install setuptools_rust
|
||||||
RUN pip3 install buildbot-worker pyOpenSSL
|
RUN pip3 install buildbot-worker pyOpenSSL==18.0.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
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-
|
||||||
python-setuptools python-psutil libssl-dev python-dev libgmp-dev \
|
python-setuptools python-psutil libssl-dev python-dev libgmp-dev \
|
||||||
python-virtualenv python3-wheel pkg-config rustc cargo
|
python-virtualenv python3-wheel pkg-config rustc cargo
|
||||||
RUN pip3 install setuptools_rust
|
RUN pip3 install setuptools_rust
|
||||||
RUN pip3 install buildbot-worker pyOpenSSL
|
RUN pip3 install buildbot-worker pyOpenSSL==16.2.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