From 143275058bf03c2903082071a629e5ad8ecbc132 Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:49:55 +0100 Subject: [PATCH] ? --- Dockerfile | 3 ++- requirements/pip.list | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eeb54a5..9e8dfd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,8 @@ FROM python:alpine COPY requirements/apk.list requirements/ansible.yaml /requirements/ RUN apk add --update --no-cache $(cat /requirements/apk.list) && \ - ln -s /usr/local/bin/python3 /usr/bin/python3 # For ansible-navigator + ln -s /usr/local/bin/python3 /usr/bin/python3 && \ # For ansible-navigator + pip install --upgrade --no-cache-dir pyyaml ansible-core # Copy python environment (Ansible required args and scripts) ENV PATH=/opt/ansible_venv/bin:${PATH} \ diff --git a/requirements/pip.list b/requirements/pip.list index a9b3669..a866a94 100644 --- a/requirements/pip.list +++ b/requirements/pip.list @@ -2,5 +2,4 @@ ansible-core ansible-runner dnspython pypsrp -requests -pyyaml \ No newline at end of file +requests \ No newline at end of file