Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Feb 1, 2025
1 parent ee1f41f commit 1432750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ ansible-core
ansible-runner
dnspython
pypsrp
requests
pyyaml
requests

0 comments on commit 1432750

Please sign in to comment.