File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN set -ex \
1919 && apt-get clean \
2020 && apt-get update \
2121 && apt-get -y upgrade \
22- && apt-get install -y locales curl tini nano python3.11 python3.11-distutils \
23- && apt-get install -y build-essential python3.11-dev \
22+ && apt-get install -y locales curl tini nano " python3.11=3.11.2-6+deb12u2" "python3.11-minimal=3.11.2-6+deb12u2" "libpython3.11-stdlib=3.11.2-6+deb12u2" "libpython3.11-minimal=3.11.2-6+deb12u2" python3.11-distutils \
23+ && apt-get install -y build-essential " python3.11-dev=3.11.2-6+deb12u2" "libpython3.11-dev=3.11.2-6+deb12u2" "libpython3.11=3.11.2-6+deb12u2" \
2424 # Setup python /pip
2525 && update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 \
2626 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 \
You can’t perform that action at this time.
0 commit comments