Merge branch 'v0.6' into py3

This commit is contained in:
Kashiko Koibumi 2024-09-01 14:57:27 +09:00
commit 54cf229660
No known key found for this signature in database
GPG Key ID: 8F06E069E37C40C4

View File

@ -15,4 +15,4 @@ RUN apt-get install -yq \
RUN ln -sf /usr/bin/python3 /usr/bin/python RUN ln -sf /usr/bin/python3 /usr/bin/python
RUN pip3 install --upgrade setuptools pip RUN pip3 install --upgrade 'setuptools<71' pip