Update python lib path to 3.11

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomáš Hrčka 2023-05-23 15:27:21 +02:00
commit 67aff9fbfd

View file

@ -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.