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

fix(build_cache): add pycopg missing build dep

See merge request nofusscomputing/projects/ansible/execution_environment!132
This commit is contained in:
2023-12-05 04:25:31 +00:00

View File

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