File tree 7 files changed +14
-14
lines changed
connectors/prometheus_metrics
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN yum -y install \
15
15
python36-devel \
16
16
python36-pip
17
17
18
- RUN python -m pip install --upgrade pip
18
+ RUN python -m pip install --upgrade ' pip<21'
19
19
RUN python3.6 -m pip install --upgrade pip
20
20
21
- RUN python -m pip install --upgrade setuptools
21
+ RUN python -m pip install --upgrade ' setuptools<45'
22
22
RUN python3.6 -m pip install --upgrade setuptools
23
23
24
24
COPY LICENSE ./
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN yum -y install \
19
19
python36-devel \
20
20
python36-pip
21
21
22
- RUN python -m pip install --upgrade pip
22
+ RUN python -m pip install --upgrade ' pip<21'
23
23
RUN python3.6 -m pip install --upgrade pip
24
24
25
- RUN python -m pip install --upgrade setuptools
25
+ RUN python -m pip install --upgrade ' setuptools<45'
26
26
RUN python3.6 -m pip install --upgrade setuptools
27
27
28
28
COPY LICENSE ./
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN yum -y install \
26
26
python36-devel \
27
27
python36-pip
28
28
29
- RUN python -m pip install --upgrade pip
29
+ RUN python -m pip install --upgrade ' pip<21'
30
30
RUN python3.6 -m pip install --upgrade pip
31
31
32
- RUN python -m pip install --upgrade setuptools
32
+ RUN python -m pip install --upgrade ' setuptools<45'
33
33
RUN python3.6 -m pip install --upgrade setuptools
34
34
35
35
RUN dbus-uuidgen > /etc/machine-id
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ RUN yum -y install \
20
20
python36-devel \
21
21
python36-pip
22
22
23
- RUN python -m pip install --upgrade pip
23
+ RUN python -m pip install --upgrade ' pip<21'
24
24
RUN python3.6 -m pip install --upgrade pip
25
25
26
- RUN python -m pip install --upgrade setuptools
26
+ RUN python -m pip install --upgrade ' setuptools<45'
27
27
RUN python3.6 -m pip install --upgrade setuptools
28
28
29
29
COPY LICENSE ./
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN yum -y install \
19
19
python36-devel \
20
20
python36-pip
21
21
22
- RUN python -m pip install --upgrade pip
22
+ RUN python -m pip install --upgrade ' pip<21'
23
23
RUN python3.6 -m pip install --upgrade pip
24
24
25
- RUN python -m pip install --upgrade setuptools
25
+ RUN python -m pip install --upgrade ' setuptools<45'
26
26
RUN python3.6 -m pip install --upgrade setuptools
27
27
28
28
COPY LICENSE ./
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN yum -y install \
19
19
python36-devel \
20
20
python36-pip
21
21
22
- RUN python -m pip install --upgrade pip
22
+ RUN python -m pip install --upgrade ' pip<21'
23
23
RUN python3.6 -m pip install --upgrade pip
24
24
25
- RUN python -m pip install --upgrade setuptools
25
+ RUN python -m pip install --upgrade ' setuptools<45'
26
26
RUN python3.6 -m pip install --upgrade setuptools
27
27
28
28
COPY LICENSE ./
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ RUN yum -y install \
12
12
python36-devel \
13
13
python36-pip
14
14
15
- RUN python -m pip install --upgrade pip
15
+ RUN python -m pip install --upgrade ' pip<21'
16
16
RUN python3.6 -m pip install --upgrade pip
17
17
18
- RUN python -m pip install --upgrade setuptools
18
+ RUN python -m pip install --upgrade ' setuptools<45'
19
19
RUN python3.6 -m pip install --upgrade setuptools
20
20
21
21
WORKDIR /opt/opencue
You can’t perform that action at this time.
0 commit comments