puthon3 установил отдельно

main
Лев 2025-11-06 12:36:48 +05:00
parent 1a1ea86bdc
commit ebf1c6754e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM proxy.docker.dataekb.ru/local_cache/oracleclient_docker:stable
# Устанавливаем Python 3.11
RUN apt-get update && apt-get install -y \
python3.11 \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*