docker-python-oracle icon indicating copy to clipboard operation
docker-python-oracle copied to clipboard

Fixed Dockerfile instantclient script permission

Open RileyMShea opened this issue 6 years ago • 0 comments

Dockerfile was failing on the build @ the oracle client bash script due to insufficient permissions.

Explicitly specifying the bash binary seemed to fix the issue. Basically mimicked the format in the inspired repo https://github.com/valudio/docker-python-flask-oracle/blob/master/Dockerfile

RileyMShea avatar Nov 06 '19 23:11 RileyMShea