mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:28:03 +08:00
Init uiautomator2 to prevent minitouch init error
This commit is contained in:
parent
785b9fdb07
commit
5593fc3796
@ -26,4 +26,5 @@ RUN $PYROOT/bin/pip install -r /app/requirements.txt
|
||||
RUN sed -i "s#path = mirror_download(url,#path = cache_download(url,#" $PYROOT/lib/python3.7/site-packages/uiautomator2/init.py
|
||||
|
||||
# When running the image, mount the ALAS folder into the container
|
||||
CMD $PYROOT/bin/python /app/AzurLaneAutoScript/gui.py
|
||||
CMD $PYROOT/bin/python -m uiautomator2 init && \
|
||||
$PYROOT/bin/python /app/AzurLaneAutoScript/gui.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user