From 1ab268407b2b77cd21eaf1ebd5f273f6fa18f471 Mon Sep 17 00:00:00 2001 From: Jack Case Date: Mon, 5 Jan 2026 13:18:57 -0500 Subject: [PATCH] Remove postCreateCommand from devcontainer.json --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 09a750c..513572c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,4 @@ "features": { "ghcr.io/devcontainers-community/npm-features/typescript:1": {} }, - "postCreateCommand": "apt-get update && apt-get install -y firefox xvfb libxss1 libappindicator1 libindicator7" -} \ No newline at end of file +}