kobotoolbox / kobo-docker

Stack of docker containers to all server-side components of KoBoToolbox (kpi, kobocat, enketo-express).
179 stars 203 forks source link

Use `wait-for-it` instead of `dockerize` #322

Closed jnm closed 2 years ago

jnm commented 2 years ago

…to wait for other services. Dockerize recommends installing only by binary, which supports only limited architectures (e.g. not s390x).

This requires changes in the kpi and kobocat Dockerfiles, so that wait-for-it is installed (by apt-get) instead of wgeting a binary alongside Dockerize: