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 8 additions and 6 deletions
Showing only changes of commit 16cec6c21b - Show all commits

View File

@ -15,7 +15,8 @@ RUN apt update \
&& apt install --reinstall -yq \
git \
curl \
rustc cargo || true
rustc cargo \
libpq-dev || true
RUN mkdir -p /tmp/python_modules /tmp/python_builds