style(docker): format Dockerfile for better readability

- Align python3.10-dev and python3-pip for improved visual consistency
- Enhance Dockerfile formatting without changing functionality
This commit is contained in:
myhloli
2025-01-06 20:28:39 +08:00
parent 57b5999e46
commit cc62ae8bee
+2 -2
View File
@@ -16,8 +16,8 @@ RUN apt-get update && \
python3.10 \
python3.10-venv \
python3.10-distutils \
python3.10-dev \
python3-pip \
python3.10-dev \
python3-pip \
wget \
git \
libgl1 \