We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f125666 + 5a8c269 commit 5203b24Copy full SHA for 5203b24
2 files changed
.devcontainer/Dockerfile
@@ -0,0 +1,4 @@
1
+FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
2
+
3
+# Remove Yarn repository to avoid GPG key expiration issue
4
+RUN rm -f /etc/apt/sources.list.d/yarn.list
.devcontainer/devcontainer.json
@@ -1,6 +1,8 @@
{
"name": "azd-template",
- "image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
+ "build": {
+ "dockerfile": "Dockerfile"
5
+ },
6
"forwardPorts": [50505],
7
"features": {
8
"ghcr.io/devcontainers/features/node:1": {
0 commit comments