1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-06 22:08:52 +00:00

Fix missing dependency in all in one image breaking `docker exec -i baserow...

This commit is contained in:
Nigel Gott 2023-01-23 10:34:51 +00:00
parent d370bf3ba2
commit 0c01f4bfde
2 changed files with 2 additions and 0 deletions
changelog.md
deploy/all-in-one

View file

@ -13,6 +13,7 @@ For example:
### Bug Fixes
* Add missing `procps` system package to all-in-one docker image fixing `/baserow/supervisor/docker-postgres-setup.sh run` (#1512)[https://gitlab.com/bramw/baserow/-/issues/1512]
* Fixed API docs for creating and updating rows are missing for Multiple Select and Multiple Collaborator fields. [#1196](https://gitlab.com/bramw/baserow/-/issues/1196)
### Refactors

View file

@ -56,6 +56,7 @@ RUN apt-get update && \
gawk \
git \
xmlsec1 \
procps \
&& \
# ========================
# Install Node and Yarn