forked from releng/compose-tracker
Update python lib path to 3.11
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
parent
a722d4fb73
commit
67aff9fbfd
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ RUN sed -i "s/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{
|
|||
#RUN sed -i 's/INFO/WARNING/' /work/my_config.toml
|
||||
|
||||
# Put compose-tracker into a location that can be imported
|
||||
ADD compose_tracker.py /usr/lib/python3.10/site-packages/
|
||||
ADD compose_tracker.py /usr/lib/python3.11/site-packages/
|
||||
|
||||
# Call fedora-messaging CLI and tell it to use the ComposeTracker
|
||||
# class from the compose-tracker module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue