Skip to content

Commit

Permalink
Merge pull request #66 from krishvoor/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
eguzki authored Dec 22, 2021
2 parents 00ee213 + c135e22 commit 8b3e773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amp/system-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM registry.redhat.io/3scale-amp2/system-rhel7:3scale2.11

USER root

COPY ./oracle-client-files/instantclient-basic*-linux.x64*.zip \
./oracle-client-files/instantclient-sdk-linux.x64*.zip \
./oracle-client-files/instantclient-odbc-linux.x64*.zip \
COPY ./oracle-client-files/instantclient-basic*-linux.*.zip \
./oracle-client-files/instantclient-sdk-linux.*.zip \
./oracle-client-files/instantclient-odbc-linux.*.zip \
/opt/system/vendor/oracle/

ENV LD_LIBRARY_PATH=/opt/oracle/instantclient/:$LD_LIBRARY_PATH \
Expand Down

0 comments on commit 8b3e773

Please sign in to comment.