Decided to borrow what Kris Rice had and try to use the slim version of Oracle Linux 7 Docker image size reduced by about 100MB
This is a simple Dockerfile to build an image with SQLcl installed
-
Run : git clone https://github.com/dbaontap/sqlcl-docker.git
-
cd sqlcl-docker/
-
Download the latest SQLcl from OTN from:
http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html
Place in this directory
- Run : docker build -t sqlcl .
docker run -it sqlcl sql