chore: release #157

Merged
jon_nfc merged 15 commits from development into master 2023-12-05 04:35:53 +00:00
4 changed files with 6 additions and 5 deletions
Showing only changes of commit dab236e8ec - Show all commits

View File

@ -47,7 +47,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libffi-dev \
python3-dev \
cargo \
pkg-config || true
pkg-config \
libpq-dev || true
RUN pip install --upgrade pip