mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-28 14:32:26 +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
|
### 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)
|
* 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
|
### Refactors
|
||||||
|
|
|
@ -56,6 +56,7 @@ RUN apt-get update && \
|
||||||
gawk \
|
gawk \
|
||||||
git \
|
git \
|
||||||
xmlsec1 \
|
xmlsec1 \
|
||||||
|
procps \
|
||||||
&& \
|
&& \
|
||||||
# ========================
|
# ========================
|
||||||
# Install Node and Yarn
|
# Install Node and Yarn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue