Skip to content

Commit

Permalink
add hacked personal build to pull in changes
Browse files Browse the repository at this point in the history
pull change from
- ansible#1084
- ansible#1089
  • Loading branch information
TheRealHaoLiu committed Jun 3, 2022
1 parent 5600f11 commit 0407be9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.personal
@@ -0,0 +1,7 @@
FROM brew.registry.redhat.io/rh-osbs/ansible-automation-platform-22-ee-supported-rhel8@sha256:5f0cf5b2242ce9c8329bac7ffbf4b32cafa144bc2500788d41a97855d386382f

COPY ansible_runner/interface.py /usr/lib/python3.9/site-packages/ansible_runner/interface.py
COPY ansible_runner/utils/__init__.py /usr/lib/python3.9/site-packages/ansible_runner/utils/__init__.py
COPY ansible_runner/config/_base.py /usr/lib/python3.9/site-packages/ansible_runner/config/_base.py

RUN touch yoloswag

0 comments on commit 0407be9

Please sign in to comment.