Open charettes opened 5 years ago
This change gets passed the error in issue #4, docker-compose run --rm oracle-db
works correctly.
But running this branch I get the following error during docker-compose run --rm oracle
:
/oracle_entrypoint.sh: line 7: sudo: command not found
Which is really odd, I can't imagine what environment would not have sudo as a command.
Edit: So, it makes sense to me to merge this PR and open another issue for the above (if anyone else is having it, or if I'm just doing something wrong, that would be great)
@martsberger I'm also having the same issue using the official image from Oracle. It looks like the Debian distribution that comes with Python slim image doesn't have sudo. However, if you install it, it will ask for the test
user's password, which actually isn't set. I don't know what would be the best way to configure the instantclient with this permission issue :man_shrugging:
https://hub.docker.com/r/truevoly/oracle-12c
Fixes #4