1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-19 18:43:41 -05:00

Update dev environment

This commit is contained in:
Nathan Spencer
2025-01-10 19:28:38 +00:00
parent c4dd4f0499
commit 94860106ea
5 changed files with 9 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": "Home Assistant integration development",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"postCreateCommand": "sudo apt-get update && sudo apt-get install libturbojpeg0",
"image": "mcr.microsoft.com/devcontainers/python:1-3.13-bullseye",
"postCreateCommand": "sudo apt-get update && sudo apt-get install libturbojpeg0 libpcap0.8 -y",
"postAttachCommand": "scripts/setup",
"forwardPorts": [8123],
"customizations": {