We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931b9cc commit 19f3c9eCopy full SHA for 19f3c9e
python/3/Dockerfile
@@ -4,21 +4,13 @@
4
FROM python:3.10-slim-bookworm AS py310
5
FROM python:3.12-slim-bookworm AS py312
6
7
-FROM ghcr.io/cubecoders/amp:debian
+FROM ghcr.io/cubecoders/amp:python-3.11
8
LABEL org.opencontainers.image.licenses=MIT
9
10
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
11
12
ARG DEBIAN_FRONTEND=noninteractive
13
14
-# System Python (3.11) from Debian
15
-RUN set -eux; \
16
- apt-get update; \
17
- apt-get install -y --no-install-recommends \
18
- python3 python3-venv python3-pip; \
19
- apt-get clean; \
20
- rm -rf /var/lib/apt/lists/*
21
-
22
# Drop in upstream Python 3.10
23
COPY --from=py310 /usr/local/bin/python3.10 /usr/local/bin/
24
COPY --from=py310 /usr/local/bin/pip3.10 /usr/local/bin/
0 commit comments