File tree Expand file tree Collapse file tree 5 files changed +5
-15
lines changed
Expand file tree Collapse file tree 5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM python:3 -slim-bookworm
22
33# Install packages required to build Python and extensions
44RUN apt-get update && apt-get install -y \
@@ -12,16 +12,6 @@ RUN apt-get update && apt-get install -y \
1212RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
1313ENV PATH="/root/.cargo/bin:${PATH}"
1414
15- # Install pyenv
16- RUN curl https://pyenv.run | bash && \
17- echo 'export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
18-
19- ENV PYTHON_VERSION=3
20- SHELL ["bash" , "-lc" ]
21-
22- # Install the specified Python version via pyenv
23- RUN pyenv install ${PYTHON_VERSION} && pyenv global ${PYTHON_VERSION}
24-
2515# Upgrade pip and install pip-tools
2616RUN pip install --no-cache-dir -U pip pip-tools
2717
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# pip-compile requirements/dev_unix.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# pip-compile requirements/dev_windows.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# pip-compile requirements/docs.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# pip-compile requirements/prod.in
You can’t perform that action at this time.
0 commit comments