Removed alternatives from Dockerfile

This commit is contained in:
Bole Ma 2024-02-12 04:26:04 +08:00
parent 818524c201
commit a2374e2b6f

View File

@ -41,7 +41,7 @@ RUN set -ex \
&& dnf clean all \
&& rm -rf /var/cache/dnf
RUN alternatives --set python /usr/bin/python3
#RUN alternatives --set python /usr/bin/python3
RUN pip3 install Cython nose