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:
@ -47,7 +47,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
cargo \
|
cargo \
|
||||||
pkg-config || true
|
pkg-config \
|
||||||
|
libpq-dev || true
|
||||||
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
Reference in New Issue
Block a user