File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ For building C extensions you need to install:
12
12
13
13
```
14
14
yum install -y make
15
- yum-config-manager --enable ol7_developer
16
- yum-config-manager --enable ol7_software_collections
15
+ yum install -y oraclelinux-developer-release-el7 oracle-softwarecollection-release-el7
17
16
yum install -y llvm-toolset-7
18
17
export PATH=$PATH:/opt/rh/llvm-toolset-7/root/usr/bin
19
18
export LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
Original file line number Diff line number Diff line change 21
21
- RUN yum install -y openssl-devel
22
22
cext :
23
23
- RUN yum install -y make
24
- - RUN yum-config-manager --enable ol7_developer
25
- - RUN yum-config-manager --enable ol7_software_collections
24
+ - RUN yum install -y oraclelinux-developer-release-el7
25
+ - RUN yum install -y oracle-softwarecollection-release-el7
26
26
- RUN yum install -y llvm-toolset-7
27
27
- ENV PATH=$PATH:/opt/rh/llvm-toolset-7/root/usr/bin
28
28
- ENV LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
You can’t perform that action at this time.
0 commit comments