Merge branch 'build-cache-upgrades' into 'development'

fix(build_cache): add pycopg missing build dep

See merge request nofusscomputing/projects/ansible/execution_environment!131
This commit is contained in:
2023-12-05 04:06:19 +00:00

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