fix(build_cache): add pycopg missing build dep #159

Merged
jon_nfc merged 1 commits from build-cache-upgrades into development 2023-12-05 04:25:33 +00:00

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