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:
parent
d370bf3ba2
commit
0c01f4bfde
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -56,6 +56,7 @@ RUN apt-get update && \
|
|||
gawk \
|
||||
git \
|
||||
xmlsec1 \
|
||||
procps \
|
||||
&& \
|
||||
# ========================
|
||||
# Install Node and Yarn
|
||||
|
|
Loading…
Add table
Reference in a new issue