chore: release #157
@ -1,4 +1,4 @@
|
||||
FROM --platform=$TARGETPLATFORM python:3.11-bullseye as wheelbuild
|
||||
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild
|
||||
|
||||
ARG CI_JOB_TOKEN
|
||||
ARG CI_API_V4_URL
|
||||
@ -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
|
||||
@ -47,7 +48,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
cargo \
|
||||
pkg-config || true
|
||||
pkg-config \
|
||||
libpq-dev || true
|
||||
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
Submodule includes/etc/ansible/playbooks updated: ac45d0837c...7acd7e385d
Submodule includes/etc/ansible/roles updated: 7b2fcb3ee1...fe7841dff5
@ -1,4 +1,4 @@
|
||||
ansible-core==2.14.5
|
||||
ansible-core==2.16.0
|
||||
ansible-lint==6.15.0
|
||||
ansible-runner==2.3.4
|
||||
|
||||
|
Reference in New Issue
Block a user