in order to run unit tests on my plugin, I need to follow these instructions:
https://baserow.io/docs/plugins/boilerplate
docker-compose -f docker-compose.dev.yml exec -T my-baserow-plugin /baserow/supervisor/docker-postgres-setup.sh run <<< "ALTER USER baserow CREATEDB;"
this fails unless the pgrep
utility is installed (from the ubuntu procps
package), see here: deploy/all-in-one/supervisor/docker-postgres-setup.sh · develop · Bram Wiepjes / baserow · GitLab
I notice procps
is in this image: backend/Dockerfile · 1.13.2 · Bram Wiepjes / baserow · GitLab
but not this one: deploy/all-in-one/Dockerfile · 1.13.2 · Bram Wiepjes / baserow · GitLab