We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--platform=${TARGETPLATFORM}
Dockerfile
2 parents 4893357 + 63000cf commit 1662711Copy full SHA for 1662711
.github/containers/test-installation/Dockerfile
@@ -5,7 +5,7 @@
5
6
ARG PYTHON_VERSION="3.11"
7
8
-FROM --platform=${TARGETPLATFORM} python:${PYTHON_VERSION}-slim
+FROM python:${PYTHON_VERSION}-slim
9
10
RUN apt-get update -y && \
11
apt-get install --no-install-recommends -y \
0 commit comments