diff --git a/Dockerfile b/Dockerfile index 0cc0270..443934c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*