fix docker run

This commit is contained in:
xingjun.wxj
2025-04-14 22:06:40 +08:00
parent fb460c5eef
commit 3fd06fe0e9

View File

@@ -20,7 +20,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# set link for python
sudo ln -s /usr/bin/python3 /usr/local/bin/python
RUN sudo ln -s /usr/bin/python3 /usr/local/bin/python
{extra_content}