diff --git a/.devcontainer.json b/.devcontainer.json index f97a9c5..cf93dbf 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -36,8 +36,15 @@ } } }, + // Podman stuff + "runArgs": ["--userns=keep-id"], + "containerUser": "vscode", + "updateRemoteUserUID": true, + "containerEnv": { + "HOME": "/home/vscode" + }, "remoteUser": "vscode", "features": { "ghcr.io/devcontainers/features/rust:1": {} } -} \ No newline at end of file +} diff --git a/scripts/setup b/scripts/setup index abe537a..9915dbc 100755 --- a/scripts/setup +++ b/scripts/setup @@ -4,4 +4,5 @@ set -e cd "$(dirname "$0")/.." +python3 -m pip install --upgrade pip python3 -m pip install --requirement requirements.txt \ No newline at end of file