Skip to content
Snippets Groups Projects
Commit c3ea5e21 authored by Tomáš Sapák's avatar Tomáš Sapák
Browse files

Merge branch 'update-ansible-and-python-version' into 'master'

Update Ansible and Python version

See merge request muni-kypo-crp/backend-python/kypo-ansible-runner!27
parents fc1f5329 aa683fdc
No related branches found
Tags v1.4.0
No related merge requests found
FROM python:3.8-slim-buster FROM python:3.12-slim-bookworm
ENV ANSIBLE_STDOUT_CALLBACK=default ENV ANSIBLE_STDOUT_CALLBACK=default
ENV ANSIBLE_RETRY_FILES_ENABLED=0 ENV ANSIBLE_RETRY_FILES_ENABLED=0
...@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package ...@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package
RUN apt update && apt install -y gnupg2 git autossh RUN apt update && apt install -y gnupg2 git autossh
RUN pip3 install ansible==5.* pypsrp requests[socks] automated-problem-generation-lib RUN pip3 install ansible==9.* pypsrp requests[socks] automated-problem-generation-lib
RUN rm -rf /var/cache/apt/ RUN rm -rf /var/cache/apt/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment