Skip to content

Commit

Permalink
woohoo, now try it dyanmically
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Feb 1, 2025
1 parent 436f2dc commit f546193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FROM python:alpine

RUN apk add --update --no-cache $(cat /requirements/apk.list) && \
ln -s /usr/local/bin/python3 /usr/bin/python3 && \
pip install --upgrade --no-cache-dir ansible-core
pip install --upgrade --no-cache-dir $(grep ansible-core /requirements/pip.list)

# Copy python environment (Ansible required args and scripts)
ENV PATH=/opt/ansible_venv/bin:${PATH} \
Expand Down

0 comments on commit f546193

Please sign in to comment.