File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- .idea
1+ .idea
2+ oracle-client-files /* .zip
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/3scale-amp2/system-rhel8:3scale2.15
2-
1+ FROM registry.redhat.io/3scale-amp2/system-rhel9:3scale2.16.1
32USER root
43
54COPY ./oracle-client-files/instantclient-basic*-linux.*.zip \
@@ -13,9 +12,8 @@ ENV LD_LIBRARY_PATH=/opt/oracle/instantclient/ \
1312 TZ=utc \
1413 NLS_LANG=AMERICAN_AMERICA.UTF8
1514
16- RUN dnf install wget unzip make ruby-devel gcc gcc-c++ redhat-rpm-config libaio -y \
15+ RUN dnf install wget unzip make ruby-devel gcc gcc-c++ redhat-rpm-config libaio libnsl -y \
1716 && ./script/oracle/install-instantclient-packages.sh \
18- && ln -s /usr/lib64/libnsl.so.2 /usr/lib64/libnsl.so.1 \
19- && DB=oracle bundle install --jobs $(grep -c processor /proc/cpuinfo) --retry=5
17+ && bundle install --local --jobs $(grep -c processor /proc/cpuinfo) --retry=5
2018
2119USER 1001
You can’t perform that action at this time.
0 commit comments