Skip to content

Commit

Permalink
Changes to allow using podman (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegge authored Nov 10, 2024
1 parent 1395f06 commit b39b0b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}
1 change: 1 addition & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -e

cd "$(dirname "$0")/.."

python3 -m pip install --upgrade pip
python3 -m pip install --requirement requirements.txt

0 comments on commit b39b0b0

Please sign in to comment.