We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 997c7f0 + 30997db commit 092af3aCopy full SHA for 092af3a
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": "Multi Agent Custom Automation Engine Solution Accelerator",
- "image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
+ "build": {
+ "dockerfile": "Dockerfile"
5
+ },
6
"features": {
7
"ghcr.io/devcontainers/features/docker-in-docker:2": {"version": "latest"},
8
"ghcr.io/azure/azure-dev/azd:latest": {},
0 commit comments