Skip to content

Commit 57fbf6c

Browse files
Merge pull request #41 from microsoft/dev-con-issue
fix: Resolved the issue with dev container
2 parents e353b30 + 03f475e commit 57fbf6c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "Real-Time Intelligence Operations Solution Accelerator Dev Container",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
3+
"build": {
4+
"dockerfile": "Dockerfile"
5+
},
46
"features": {
57
"ghcr.io/devcontainers/features/azure-cli:1": {
68
"version": "latest",

0 commit comments

Comments
 (0)