Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/ansible-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Last modified: 2026-07-20T17:02:35.778345+00:00
# Last modified: 2026-08-25T02:07:35.441591+00:00

FROM demisto/python3-deb:3.12.13.11039180
FROM demisto/python3-deb:3.12.13.12042988

COPY requirements.txt .

Expand All @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& pip install --upgrade pip \
&& pip install https://github.com/vmware/vsphere-automation-sdk-python/archive/refs/tags/v7.0.3.2.tar.gz \
&& pip install --upgrade azure-storage-blob \
&& pip install --no-cache-dir --no-deps cryptography>=50.0.0 \
&& pip uninstall aiohttp -y \
&& apt-get purge -y --auto-remove \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion docker/ansible-runner/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/ansible-runner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ azure-mgmt-notificationhubs = "==7.0.0"
requests-ntlm = "~=1.3.0"
PyYAML = "*"
pyopenssl = ">=26.0.0"
urllib3 = ">=2.6.3"
urllib3 = ">=2.7.0"
microsoft-kiota-http = ">=1.9.9"
cryptography = ">=48.0.1"
python = "~3.12"
Expand Down