Fix Devcontainer for ARM Mac (#7723)

* Update devcontainer.json

* Create Dockerfile
This commit is contained in:
Tyler Satre
2024-12-17 09:11:48 -05:00
committed by GitHub
parent 5635266fbb
commit 543e85019a
2 changed files with 11 additions and 2 deletions

2
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE}