dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
85 stars 29 forks source link

Wrong path for tini in debian #44

Closed jensrohloff closed 2 years ago

jensrohloff commented 2 years ago

https://github.com/dockette/adminer/blob/acfd4f290c6e6a0b99bc53688ed7887271b3102a/adminer-oracle-12/Dockerfile#L53

should be /usr/bin/tini

see https://github.com/krallin/tini#debian

f3l1x commented 2 years ago

Well, I don't know how, but it works. If I change it to /usr/bin/tini it doesn't.