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 @@ -15,16 +15,16 @@ ARG DEBIAN_FRONTEND=noninteractive
1515RUN set -eux; \
1616 apt-get update; \
1717 apt-get install -y --no-install-recommends \
18- python3 python3-pip python3-venv; \
18+ python3.11 python3.11 -pip python3.11 -venv; \
1919 apt-get clean; \
2020 rm -rf /var/lib/apt/lists/*
2121
2222# Drop in Python 3.10
23- COPY --from=py310 /usr/local/lib/python3.10/ /usr/local/lib/python3.10 /
23+ COPY --from=py310 /usr/local/lib/ /usr/local/lib/
2424COPY --from=py310 /usr/local/bin/ /usr/local/bin/
2525
2626# Drop in Python 3.12
27- COPY --from=py312 /usr/local/lib/python3.12/ /usr/local/lib/python3.12 /
27+ COPY --from=py312 /usr/local/lib/ /usr/local/lib/
2828COPY --from=py312 /usr/local/bin/ /usr/local/bin/
2929
3030# Make explicit version shims available in /usr/bin
You can’t perform that action at this time.
0 commit comments