diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b1b518a..654ba4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ }, "waitFor": "onCreateCommand", "updateContentCommand": "npm ci && npm run build && npm run test", - "postCreateCommand": "apt update && apt install -y nsis nsis-pluginapi", + "postCreateCommand": "sudo apt update && sudo apt install -y nsis nsis-pluginapi && sudo chown -R node:node /usr/share/nsis/", "customizations": { "codespaces": { "openFiles": []