Skip to content
Snippets Groups Projects
Commit aa683fdc authored by Zdeněk Vydra's avatar Zdeněk Vydra
Browse files

Update Ansible and Python version

parent fc1f5329
No related branches found
No related tags found
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.
Please register or to comment