Skip to content

Commit

Permalink
Try with alien
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Oct 18, 2024
1 parent 1cea07f commit 9484d52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker-bits/0_cpu_sas.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ RUN curl -s -O https://download.oracle.com/otn_software/linux/instantclient/2350

RUN alien -i oracle-instantclient-basic-23.5.0.24.07-1.el9.x86_64.rpm

RUN ln -s i/opt/oracle$ cd instantclient_23_5 instantclient

RUN sh -c 'echo /usr/lib/oracle/23/client64/lib/ > /etc/ld.so.conf.d/oracle.conf'
RUN ldconfig
# RUN ln -s i/opt/oracle$ cd instantclient_23_5 instantclient



Expand Down
5 changes: 4 additions & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ RUN curl -s -O https://download.oracle.com/otn_software/linux/instantclient/2350

RUN alien -i oracle-instantclient-basic-23.5.0.24.07-1.el9.x86_64.rpm

RUN ln -s i/opt/oracle$ cd instantclient_23_5 instantclient

RUN sh -c 'echo /usr/lib/oracle/23/client64/lib/ > /etc/ld.so.conf.d/oracle.conf'
RUN ldconfig
# RUN ln -s i/opt/oracle$ cd instantclient_23_5 instantclient



Expand Down

0 comments on commit 9484d52

Please sign in to comment.