Skip to content

Commit

Permalink
The Instant Client 18.3 doesn't need downloaded files (oracle#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj authored and Djelibeybi committed Dec 4, 2018
1 parent 5417af9 commit 4af6bf7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions OracleInstantClient/dockerfiles/18.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#
# HOW TO BUILD THIS IMAGE
# -----------------------
# Put all downloaded files in the same directory as this Dockerfile
# Run:
# $ docker build -t oracle/instantclient:18.3.0 .
#
# Run:
# $ docker build -t oracle/instantclient:18.3.0 .
#
#
FROM oraclelinux:7-slim
Expand All @@ -26,4 +26,3 @@ RUN curl -o /etc/yum.repos.d/public-yum-ol7.repo https://yum.oracle.com/public-
ENV PATH=$PATH:/usr/lib/oracle/18.3/client64/bin

CMD ["sqlplus", "-v"]

0 comments on commit 4af6bf7

Please sign in to comment.