Skip to content

Commit eea87c7

Browse files
committed
M1 support for devcontainer
1 parent 641b555 commit eea87c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VARIANT=3
2-
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
2+
FROM --platform=amd64 mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33

44
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
55

0 commit comments

Comments
 (0)