puthon3 установил отдельно
parent
ebf1c6754e
commit
c6a699b374
|
|
@ -1,12 +1,6 @@
|
||||||
# Наследуем от Oracle образа и добавляем Python
|
# Наследуем от Oracle образа и добавляем Python
|
||||||
FROM proxy.docker.dataekb.ru/local_cache/oracleclient_docker:stable
|
FROM proxy.docker.dataekb.ru/local_cache/oracleclient_docker:stable
|
||||||
|
|
||||||
# Устанавливаем Python 3.11
|
|
||||||
RUN apt-get update && apt-get install -y \
|
|
||||||
python3 \
|
|
||||||
python3-pip \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Создаем симлинки
|
# Создаем симлинки
|
||||||
RUN ln -s /usr/bin/python3.11 /usr/bin/python3
|
RUN ln -s /usr/bin/python3.11 /usr/bin/python3
|
||||||
RUN ln -s /usr/bin/python3.11 /usr/bin/python
|
RUN ln -s /usr/bin/python3.11 /usr/bin/python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue