File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ ENV CA_VERSION="20241223"
5757ENV CURL_VERSION="8.12.1-3ubuntu1"
5858# renovate: repo=https://archive.ubuntu.com/ubuntu release=plucky depName=openssh-client
5959ENV OPENSSH_VERSION="1:9.9p1-3ubuntu3"
60- # renovate: repo=https://archive.ubuntu.com/ubuntu release=plucky depName=python3.13-dev
61- ENV PYTHON_VERSION="3.13.3-1ubuntu0.3"
6260# plusky-pgpg misses arm64, use noble-pgdg instead
6361# renovate: repo=https://apt.postgresql.org/pub/repos/apt release=noble-pgdg depName=postgresql-client-18
6462ENV POSTGRESQL_VERSION="18.0-1.pgdg24.04+3"
8987 libcairo-gobject2 \
9088 libenchant-2-2 \
9189 libgirepository-2.0-0 \
92- "python${PYVERSION}-dev=${PYTHON_VERSION}" \
9390 supervisor \
9491 unzip \
9592 xz-utils \
@@ -111,3 +108,6 @@ RUN \
111108
112109# Install uv
113110RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | env UV_UNMANAGED_INSTALL="/usr/local/bin" sh
111+
112+ # Install python
113+ RUN uv python install "${PYVERSION}"
You can’t perform that action at this time.
0 commit comments