Skip to content

Commit

Permalink
what if it's only this
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Feb 1, 2025
1 parent c093156 commit 436f2dc
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 pyyaml
pip install --upgrade --no-cache-dir ansible-core

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

0 comments on commit 436f2dc

Please sign in to comment.