Skip to content

Commit

Permalink
meep
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Feb 1, 2025
1 parent 2b580be commit 2d7c307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +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
/usr/bin/python3 -m pip install --upgrade --no-cache-dir pyyaml ansible-core
ln -s /usr/local/bin/python3 /usr/bin/python3 && \
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

0 comments on commit 2d7c307

Please sign in to comment.