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 \
|
||||
python3-dev \
|
||||
cargo \
|
||||
pkg-config || true
|
||||
pkg-config \
|
||||
libpq-dev || true
|
||||
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
Reference in New Issue
Block a user