We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4c134 commit fc9644bCopy full SHA for fc9644b
.devcontainer/test-alpine-x64-python/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amd64/python:3.11-alpine
+FROM --platform=linux/amd64 python:3.11-alpine
2
RUN apk add gcc libc-dev linux-headers musl-dev zlib zlib-dev python3-dev curl
3
RUN python -m pip install ipykernel
4
RUN sh -c "$(curl -fsSL https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
.devcontainer/test-alpine-x64/Dockerfile
-FROM amd64/alpine
+FROM --platform=linux/amd64 alpine
RUN apk add curl
-t powerlevel10k/powerlevel10k \
0 commit comments